Shades of Deep Magenta #C904DE
Tints of Deep Magenta #C904DE
RGB
CMYK
RGB Variations
Color information
#C904DE (or 0xC904DE) is known color: Deep Magenta. HEX triplet: C9, 04 and DE. RGB value is (201,4,222). Sum of RGB (Red+Green+Blue) = 201+4+222=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #C904DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904DE is #36FB21. Grayscale: #575757. Windows color (decimal): -3603234 or 14550217. OLE color: 14550217.
HSL color Cylindrical-coordinate representation of color #C904DE: hue angle of 294.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904DE is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 4 | 222 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.13 |
| HSL | 294.22º | 0.96% | 0.44% | - |
| HSV(B) | 294.22º | 0.98% | 0.87% | - |
| XYZ | 37.32 | 17.78 | 70.57 | - |
| YUV | 87.76 | 203.77 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 222 | 0.09 | 0.98 | 0 | 0.13 | 294.22 | 0.96 | 0.44 |
| Hex | C9 | 4 | DE | 9 | 62 | 0 | D | 126 | 60 | 2C |
| Octal | 311 | 4 | 336 | 11 | 142 | 0 | 15 | 446 | 140 | 54 |
| Binary | 11001001 | 100 | 11011110 | 1001 | 1100010 | 0 | 1101 | 100100110 | 1100000 | 101100 |
Color Harmonies of #C904DE
Complementary color
Monochromatic Colors of #C904DE
Black with #C904DE
Text Example
Text Example
White with #C904DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904DE; }
p { color: rgb(201,4,222); }
H1.HeaderClassName
{
color: #C904DE;
}
.AnyTagClassName
{
color: #C904DE;
}
</style>
background-color css
<style>
a { background-color: #C904DE; }
a { background-color: rgb(201,4,222); }
div.DivClassName
{
background-color: #C904DE;
}
.BgClassName
{
background-color: #C904DE;
}
</style>
border-color css
<style>
span { border-color: #C904DE; }
span { border-color: rgb(201,4,222); }
td.TdClassName
{
border-color: #C904DE;
}
.TagClassName
{
border-color: #C904DE;
}
</style>