Shades of Deep Magenta #C902DF
Tints of Deep Magenta #C902DF
RGB
CMYK
RGB Variations
Color information
#C902DF (or 0xC902DF) is known color: Deep Magenta. HEX triplet: C9, 02 and DF. RGB value is (201,2,223). Sum of RGB (Red+Green+Blue) = 201+2+223=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #C902DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C902DF is #36FD20. Grayscale: #565656. Windows color (decimal): -3603745 or 14615241. OLE color: 14615241.
HSL color Cylindrical-coordinate representation of color #C902DF: hue angle of 294.03º 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 #C902DF is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 2 | 223 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.13 |
| HSL | 294.03º | 0.98% | 0.44% | - |
| HSV(B) | 294.03º | 0.99% | 0.87% | - |
| XYZ | 37.43 | 17.79 | 71.27 | - |
| YUV | 86.7 | 204.93 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 223 | 0.10 | 0.99 | 0 | 0.13 | 294.03 | 0.98 | 0.44 |
| Hex | C9 | 2 | DF | A | 63 | 0 | D | 126 | 62 | 2C |
| Octal | 311 | 2 | 337 | 12 | 143 | 0 | 15 | 446 | 142 | 54 |
| Binary | 11001001 | 10 | 11011111 | 1010 | 1100011 | 0 | 1101 | 100100110 | 1100010 | 101100 |
Color Harmonies of #C902DF
Complementary color
Monochromatic Colors of #C902DF
Black with #C902DF
Text Example
Text Example
White with #C902DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902DF; }
p { color: rgb(201,2,223); }
H1.HeaderClassName
{
color: #C902DF;
}
.AnyTagClassName
{
color: #C902DF;
}
</style>
background-color css
<style>
a { background-color: #C902DF; }
a { background-color: rgb(201,2,223); }
div.DivClassName
{
background-color: #C902DF;
}
.BgClassName
{
background-color: #C902DF;
}
</style>
border-color css
<style>
span { border-color: #C902DF; }
span { border-color: rgb(201,2,223); }
td.TdClassName
{
border-color: #C902DF;
}
.TagClassName
{
border-color: #C902DF;
}
</style>