Shades of Deep Magenta #C902AB
Tints of Deep Magenta #C902AB
RGB
CMYK
RGB Variations
Color information
#C902AB (or 0xC902AB) is known color: Deep Magenta. HEX triplet: C9, 02 and AB. RGB value is (201,2,171). Sum of RGB (Red+Green+Blue) = 201+2+171=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C902AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C902AB is #36FD54. Grayscale: #505050. Windows color (decimal): -3603797 or 11207369. OLE color: 11207369.
HSL color Cylindrical-coordinate representation of color #C902AB: hue angle of 309.05º 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 #C902AB is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 171 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.21 |
| HSL | 309.05º | 0.98% | 0.4% | - |
| HSV(B) | 309.05º | 0.99% | 0.79% | - |
| XYZ | 31.46 | 15.4 | 39.84 | - |
| YUV | 80.77 | 178.93 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 171 | 0 | 0.99 | 0.15 | 0.21 | 309.05 | 0.98 | 0.4 |
| Hex | C9 | 2 | AB | 0 | 63 | F | 15 | 135 | 62 | 28 |
| Octal | 311 | 2 | 253 | 0 | 143 | 17 | 25 | 465 | 142 | 50 |
| Binary | 11001001 | 10 | 10101011 | 0 | 1100011 | 1111 | 10101 | 100110101 | 1100010 | 101000 |
Color Harmonies of #C902AB
Complementary color
Monochromatic Colors of #C902AB
Black with #C902AB
Text Example
Text Example
White with #C902AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902AB; }
p { color: rgb(201,2,171); }
H1.HeaderClassName
{
color: #C902AB;
}
.AnyTagClassName
{
color: #C902AB;
}
</style>
background-color css
<style>
a { background-color: #C902AB; }
a { background-color: rgb(201,2,171); }
div.DivClassName
{
background-color: #C902AB;
}
.BgClassName
{
background-color: #C902AB;
}
</style>
border-color css
<style>
span { border-color: #C902AB; }
span { border-color: rgb(201,2,171); }
td.TdClassName
{
border-color: #C902AB;
}
.TagClassName
{
border-color: #C902AB;
}
</style>