Shades of Deep Magenta #C001DE
Tints of Deep Magenta #C001DE
RGB
CMYK
RGB Variations
Color information
#C001DE (or 0xC001DE) is known color: Deep Magenta. HEX triplet: C0, 01 and DE. RGB value is (192,1,222). Sum of RGB (Red+Green+Blue) = 192+1+222=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #C001DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C001DE is #3FFE21. Grayscale: #525252. Windows color (decimal): -4193826 or 14549440. OLE color: 14549440.
HSL color Cylindrical-coordinate representation of color #C001DE: hue angle of 291.86º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C001DE is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 1 | 222 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.13 |
| HSL | 291.86º | 0.99% | 0.44% | - |
| HSV(B) | 291.86º | 1% | 0.87% | - |
| XYZ | 34.93 | 16.5 | 70.45 | - |
| YUV | 83.3 | 206.28 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 222 | 0.14 | 1.00 | 0 | 0.13 | 291.86 | 0.99 | 0.44 |
| Hex | C0 | 1 | DE | E | 64 | 0 | D | 124 | 63 | 2C |
| Octal | 300 | 1 | 336 | 16 | 144 | 0 | 15 | 444 | 143 | 54 |
| Binary | 11000000 | 1 | 11011110 | 1110 | 1100100 | 0 | 1101 | 100100100 | 1100011 | 101100 |
Color Harmonies of #C001DE
Complementary color
Monochromatic Colors of #C001DE
Black with #C001DE
Text Example
Text Example
White with #C001DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001DE; }
p { color: rgb(192,1,222); }
H1.HeaderClassName
{
color: #C001DE;
}
.AnyTagClassName
{
color: #C001DE;
}
</style>
background-color css
<style>
a { background-color: #C001DE; }
a { background-color: rgb(192,1,222); }
div.DivClassName
{
background-color: #C001DE;
}
.BgClassName
{
background-color: #C001DE;
}
</style>
border-color css
<style>
span { border-color: #C001DE; }
span { border-color: rgb(192,1,222); }
td.TdClassName
{
border-color: #C001DE;
}
.TagClassName
{
border-color: #C001DE;
}
</style>