#c00dff Hex Color
rgb(192, 13, 255)
Color Information
| Name | First value | Second Value | Third Value | Fourth Value | Written As |
|---|---|---|---|---|---|
| HEX | c0 | 0d | ff | - | #c00dff |
| RGB | 192 | 13 | 255 | - | rgb(192,13,255) |
| HSL | 284 | 100% | 53% | - | hsl(284,100%,53%) |
| HSV | 284 | 95% | 100% | - | hsv(284,95%,100%) |
| XYZ | 39.9322 | 18.7143 | 96.1153 | - | xyz(39.9322,18.7143,96.1153) |
| CIE-LAB | 50.35 | 88.49 | -77.46 | - | lab(50.35,88.49,-77.46) |
| CMYK | 0.24705882352941 | 0.94901960784314 | 0 | 0 | cmyk(0.24705882352941,0.94901960784314,0,0) |
Description
The RGB value of color #c00dff is rgb(192, 13, 255).
In the hex color #c00dff, The value of Red is 192, value of Green is 13, and value of Blue is 255. The primary color is Blue. Similarly, The HSL values for #c00dff consists of 284° Hue, 100% Saturation, and 53% Lightness.
In the CMYK color model, the color #c00dff can be represented as Cyan=0.24705882352941%, Magenta=0.94901960784314%, Yellow=0%, and Black=0%.
Shades of #c00dff
Shades in a color are variations of the color that are created by adding black to it which results in a darker tone.
Tints of #c00dff
Tints in color are variations of a color that are created by adding white to it, resulting in a lighter tone.
Color Previews of #c00dff
Preview of #c00dff on White Background
The contrast ratio of #c00dff with white color is 4.43
Preview of #c00dff on black background
The contrast ratio of #c00dff with black color is 4.74
#c00dff color will look good with a black background.
Color Schemes of #c00dff
Triadic Colors of #c00dff
Triadic colors are three colors that are evenly spaced around the color wheel and are therefore harmonious when used together in a design.
Analogous Colors of #c00dff
Analogous colors are colors that are next to each other on the color wheel and share a similar hue, creating a cohesive and harmonious color scheme.
Triadic Colors of #c00dff
Triadic colors are three colors that are evenly spaced around the color wheel and are therefore harmonious when used together in a design.
Analogous Colors of #c00dff
Analogous colors are colors that are next to each other on the color wheel and share a similar hue, creating a cohesive and harmonious color scheme.
Color Usage
You can set the css color of a text using:
.class{
color: #c00dff;
}
This is a sample text used for the color #c00dff. Lorem ipsum dolor, sit amet consectetur adipisicing elit. Animi sunt eveniet natus dolor minima, sit quaerat? Dignissimos unde alias debitis amet ducimus modi, eum quos ullam blanditiis aliquam necessitatibus ex.
You can set the css background color of a box using:
.box{
background-color: #c00dff;
}
This is a sample text used for the color #c00dff. Lorem ipsum dolor, sit amet consectetur adipisicing elit. Animi sunt eveniet natus dolor minima, sit quaerat? Dignissimos unde alias debitis amet ducimus modi, eum quos ullam blanditiis aliquam necessitatibus ex.
You can set the css border of a box using:
.box{
border:4px solid #c00dff;
}
This is a sample text used for the color #c00dff. Lorem ipsum dolor, sit amet consectetur adipisicing elit. Animi sunt eveniet natus dolor minima, sit quaerat? Dignissimos unde alias debitis amet ducimus modi, eum quos ullam blanditiis aliquam necessitatibus ex.
RGB Percentage
Red 41.74%
Green 2.83%
Blue 55.43%
CMYK Percentage
Cyan 20.66
Magenta 79.34%
Yellow 0%
Black 0%
Comments on this color
Please login or signup to post a comment.
No comments yet.