Shades of Deep Magenta #C902DC
Tints of Deep Magenta #C902DC
RGB
CMYK
RGB Variations
Color information
#C902DC (or 0xC902DC) is known color: Deep Magenta. HEX triplet: C9, 02 and DC. RGB value is (201,2,220). Sum of RGB (Red+Green+Blue) = 201+2+220=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #C902DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C902DC is #36FD23. Grayscale: #555555. Windows color (decimal): -3603748 or 14418633. OLE color: 14418633.
HSL color Cylindrical-coordinate representation of color #C902DC: hue angle of 294.77º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C902DC is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 2 | 220 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.14 |
| HSL | 294.77º | 0.98% | 0.44% | - |
| HSV(B) | 294.77º | 0.99% | 0.86% | - |
| XYZ | 37.03 | 17.63 | 69.16 | - |
| YUV | 86.35 | 203.43 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 220 | 0.09 | 0.99 | 0 | 0.14 | 294.77 | 0.98 | 0.44 |
| Hex | C9 | 2 | DC | 9 | 63 | 0 | E | 127 | 62 | 2C |
| Octal | 311 | 2 | 334 | 11 | 143 | 0 | 16 | 447 | 142 | 54 |
| Binary | 11001001 | 10 | 11011100 | 1001 | 1100011 | 0 | 1110 | 100100111 | 1100010 | 101100 |
Color Harmonies of #C902DC
Complementary color
Monochromatic Colors of #C902DC
Black with #C902DC
Text Example
Text Example
White with #C902DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902DC; }
p { color: rgb(201,2,220); }
H1.HeaderClassName
{
color: #C902DC;
}
.AnyTagClassName
{
color: #C902DC;
}
</style>
background-color css
<style>
a { background-color: #C902DC; }
a { background-color: rgb(201,2,220); }
div.DivClassName
{
background-color: #C902DC;
}
.BgClassName
{
background-color: #C902DC;
}
</style>
border-color css
<style>
span { border-color: #C902DC; }
span { border-color: rgb(201,2,220); }
td.TdClassName
{
border-color: #C902DC;
}
.TagClassName
{
border-color: #C902DC;
}
</style>