Shades of Deep Magenta #C902DD
Tints of Deep Magenta #C902DD
RGB
CMYK
RGB Variations
Color information
#C902DD (or 0xC902DD) is known color: Deep Magenta. HEX triplet: C9, 02 and DD. RGB value is (201,2,221). Sum of RGB (Red+Green+Blue) = 201+2+221=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #C902DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C902DD is #36FD22. Grayscale: #555555. Windows color (decimal): -3603747 or 14484169. OLE color: 14484169.
HSL color Cylindrical-coordinate representation of color #C902DD: hue angle of 294.52º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C902DD is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 2 | 221 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.13 |
| HSL | 294.52º | 0.98% | 0.44% | - |
| HSV(B) | 294.52º | 0.99% | 0.87% | - |
| XYZ | 37.16 | 17.68 | 69.86 | - |
| YUV | 86.47 | 203.93 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 221 | 0.09 | 0.99 | 0 | 0.13 | 294.52 | 0.98 | 0.44 |
| Hex | C9 | 2 | DD | 9 | 63 | 0 | D | 127 | 62 | 2C |
| Octal | 311 | 2 | 335 | 11 | 143 | 0 | 15 | 447 | 142 | 54 |
| Binary | 11001001 | 10 | 11011101 | 1001 | 1100011 | 0 | 1101 | 100100111 | 1100010 | 101100 |
Color Harmonies of #C902DD
Complementary color
Monochromatic Colors of #C902DD
Black with #C902DD
Text Example
Text Example
White with #C902DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902DD; }
p { color: rgb(201,2,221); }
H1.HeaderClassName
{
color: #C902DD;
}
.AnyTagClassName
{
color: #C902DD;
}
</style>
background-color css
<style>
a { background-color: #C902DD; }
a { background-color: rgb(201,2,221); }
div.DivClassName
{
background-color: #C902DD;
}
.BgClassName
{
background-color: #C902DD;
}
</style>
border-color css
<style>
span { border-color: #C902DD; }
span { border-color: rgb(201,2,221); }
td.TdClassName
{
border-color: #C902DD;
}
.TagClassName
{
border-color: #C902DD;
}
</style>