Shades of Deep Magenta #C904CE
Tints of Deep Magenta #C904CE
RGB
CMYK
RGB Variations
Color information
#C904CE (or 0xC904CE) is known color: Deep Magenta. HEX triplet: C9, 04 and CE. RGB value is (201,4,206). Sum of RGB (Red+Green+Blue) = 201+4+206=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #C904CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904CE is #36FB31. Grayscale: #555555. Windows color (decimal): -3603250 or 13501641. OLE color: 13501641.
HSL color Cylindrical-coordinate representation of color #C904CE: hue angle of 298.51º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904CE is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 4 | 206 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.19 |
| HSL | 298.51º | 0.96% | 0.41% | - |
| HSV(B) | 298.51º | 0.98% | 0.81% | - |
| XYZ | 35.27 | 16.96 | 59.81 | - |
| YUV | 85.93 | 195.77 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 206 | 0.02 | 0.98 | 0 | 0.19 | 298.51 | 0.96 | 0.41 |
| Hex | C9 | 4 | CE | 2 | 62 | 0 | 13 | 12B | 60 | 29 |
| Octal | 311 | 4 | 316 | 2 | 142 | 0 | 23 | 453 | 140 | 51 |
| Binary | 11001001 | 100 | 11001110 | 10 | 1100010 | 0 | 10011 | 100101011 | 1100000 | 101001 |
Color Harmonies of #C904CE
Complementary color
Monochromatic Colors of #C904CE
Black with #C904CE
Text Example
Text Example
White with #C904CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904CE; }
p { color: rgb(201,4,206); }
H1.HeaderClassName
{
color: #C904CE;
}
.AnyTagClassName
{
color: #C904CE;
}
</style>
background-color css
<style>
a { background-color: #C904CE; }
a { background-color: rgb(201,4,206); }
div.DivClassName
{
background-color: #C904CE;
}
.BgClassName
{
background-color: #C904CE;
}
</style>
border-color css
<style>
span { border-color: #C904CE; }
span { border-color: rgb(201,4,206); }
td.TdClassName
{
border-color: #C904CE;
}
.TagClassName
{
border-color: #C904CE;
}
</style>