Shades of Deep Magenta #C902C0
Tints of Deep Magenta #C902C0
RGB
CMYK
RGB Variations
Color information
#C902C0 (or 0xC902C0) is known color: Deep Magenta. HEX triplet: C9, 02 and C0. RGB value is (201,2,192). Sum of RGB (Red+Green+Blue) = 201+2+192=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C902C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C902C0 is #36FD3F. Grayscale: #525252. Windows color (decimal): -3603776 or 12583625. OLE color: 12583625.
HSL color Cylindrical-coordinate representation of color #C902C0: hue angle of 302.71º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C902C0 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 192 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.21 |
| HSL | 302.71º | 0.98% | 0.4% | - |
| HSV(B) | 302.71º | 0.99% | 0.79% | - |
| XYZ | 33.62 | 16.27 | 51.24 | - |
| YUV | 83.16 | 189.43 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 192 | 0 | 0.99 | 0.04 | 0.21 | 302.71 | 0.98 | 0.4 |
| Hex | C9 | 2 | C0 | 0 | 63 | 4 | 15 | 12F | 62 | 28 |
| Octal | 311 | 2 | 300 | 0 | 143 | 4 | 25 | 457 | 142 | 50 |
| Binary | 11001001 | 10 | 11000000 | 0 | 1100011 | 100 | 10101 | 100101111 | 1100010 | 101000 |
Color Harmonies of #C902C0
Complementary color
Monochromatic Colors of #C902C0
Black with #C902C0
Text Example
Text Example
White with #C902C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902C0; }
p { color: rgb(201,2,192); }
H1.HeaderClassName
{
color: #C902C0;
}
.AnyTagClassName
{
color: #C902C0;
}
</style>
background-color css
<style>
a { background-color: #C902C0; }
a { background-color: rgb(201,2,192); }
div.DivClassName
{
background-color: #C902C0;
}
.BgClassName
{
background-color: #C902C0;
}
</style>
border-color css
<style>
span { border-color: #C902C0; }
span { border-color: rgb(201,2,192); }
td.TdClassName
{
border-color: #C902C0;
}
.TagClassName
{
border-color: #C902C0;
}
</style>