Shades of Deep Magenta #C904CC
Tints of Deep Magenta #C904CC
RGB
CMYK
RGB Variations
Color information
#C904CC (or 0xC904CC) is known color: Deep Magenta. HEX triplet: C9, 04 and CC. RGB value is (201,4,204). Sum of RGB (Red+Green+Blue) = 201+4+204=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #C904CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904CC is #36FB33. Grayscale: #555555. Windows color (decimal): -3603252 or 13370569. OLE color: 13370569.
HSL color Cylindrical-coordinate representation of color #C904CC: hue angle of 299.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904CC is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 4 | 204 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.2 |
| HSL | 299.1º | 0.96% | 0.41% | - |
| HSV(B) | 299.1º | 0.98% | 0.8% | - |
| XYZ | 35.03 | 16.86 | 58.54 | - |
| YUV | 85.7 | 194.77 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 204 | 0.01 | 0.98 | 0 | 0.2 | 299.1 | 0.96 | 0.41 |
| Hex | C9 | 4 | CC | 1 | 62 | 0 | 14 | 12B | 60 | 29 |
| Octal | 311 | 4 | 314 | 1 | 142 | 0 | 24 | 453 | 140 | 51 |
| Binary | 11001001 | 100 | 11001100 | 1 | 1100010 | 0 | 10100 | 100101011 | 1100000 | 101001 |
Color Harmonies of #C904CC
Complementary color
Monochromatic Colors of #C904CC
Black with #C904CC
Text Example
Text Example
White with #C904CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904CC; }
p { color: rgb(201,4,204); }
H1.HeaderClassName
{
color: #C904CC;
}
.AnyTagClassName
{
color: #C904CC;
}
</style>
background-color css
<style>
a { background-color: #C904CC; }
a { background-color: rgb(201,4,204); }
div.DivClassName
{
background-color: #C904CC;
}
.BgClassName
{
background-color: #C904CC;
}
</style>
border-color css
<style>
span { border-color: #C904CC; }
span { border-color: rgb(201,4,204); }
td.TdClassName
{
border-color: #C904CC;
}
.TagClassName
{
border-color: #C904CC;
}
</style>