Shades of Deep Magenta #C902CB
Tints of Deep Magenta #C902CB
RGB
CMYK
RGB Variations
Color information
#C902CB (or 0xC902CB) is known color: Deep Magenta. HEX triplet: C9, 02 and CB. RGB value is (201,2,203). Sum of RGB (Red+Green+Blue) = 201+2+203=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #C902CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C902CB is #36FD34. Grayscale: #535353. Windows color (decimal): -3603765 or 13304521. OLE color: 13304521.
HSL color Cylindrical-coordinate representation of color #C902CB: hue angle of 299.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C902CB is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 2 | 203 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.20 |
| HSL | 299.4º | 0.98% | 0.4% | - |
| HSV(B) | 299.4º | 0.99% | 0.8% | - |
| XYZ | 34.89 | 16.77 | 57.9 | - |
| YUV | 84.42 | 194.93 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 203 | 0.01 | 0.99 | 0 | 0.20 | 299.4 | 0.98 | 0.4 |
| Hex | C9 | 2 | CB | 1 | 63 | 0 | 14 | 12B | 62 | 28 |
| Octal | 311 | 2 | 313 | 1 | 143 | 0 | 24 | 453 | 142 | 50 |
| Binary | 11001001 | 10 | 11001011 | 1 | 1100011 | 0 | 10100 | 100101011 | 1100010 | 101000 |
Color Harmonies of #C902CB
Complementary color
Monochromatic Colors of #C902CB
Black with #C902CB
Text Example
Text Example
White with #C902CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902CB; }
p { color: rgb(201,2,203); }
H1.HeaderClassName
{
color: #C902CB;
}
.AnyTagClassName
{
color: #C902CB;
}
</style>
background-color css
<style>
a { background-color: #C902CB; }
a { background-color: rgb(201,2,203); }
div.DivClassName
{
background-color: #C902CB;
}
.BgClassName
{
background-color: #C902CB;
}
</style>
border-color css
<style>
span { border-color: #C902CB; }
span { border-color: rgb(201,2,203); }
td.TdClassName
{
border-color: #C902CB;
}
.TagClassName
{
border-color: #C902CB;
}
</style>