Shades of Deep Magenta #C902A7
Tints of Deep Magenta #C902A7
RGB
CMYK
RGB Variations
Color information
#C902A7 (or 0xC902A7) is known color: Deep Magenta. HEX triplet: C9, 02 and A7. RGB value is (201,2,167). Sum of RGB (Red+Green+Blue) = 201+2+167=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C902A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C902A7 is #36FD58. Grayscale: #4F4F4F. Windows color (decimal): -3603801 or 10945225. OLE color: 10945225.
HSL color Cylindrical-coordinate representation of color #C902A7: hue angle of 310.25º 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 #C902A7 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 167 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.21 |
| HSL | 310.25º | 0.98% | 0.4% | - |
| HSV(B) | 310.25º | 0.99% | 0.79% | - |
| XYZ | 31.08 | 15.25 | 37.86 | - |
| YUV | 80.31 | 176.93 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 167 | 0 | 0.99 | 0.17 | 0.21 | 310.25 | 0.98 | 0.4 |
| Hex | C9 | 2 | A7 | 0 | 63 | 11 | 15 | 136 | 62 | 28 |
| Octal | 311 | 2 | 247 | 0 | 143 | 21 | 25 | 466 | 142 | 50 |
| Binary | 11001001 | 10 | 10100111 | 0 | 1100011 | 10001 | 10101 | 100110110 | 1100010 | 101000 |
Color Harmonies of #C902A7
Complementary color
Monochromatic Colors of #C902A7
Black with #C902A7
Text Example
Text Example
White with #C902A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C902A7; }
p { color: rgb(201,2,167); }
H1.HeaderClassName
{
color: #C902A7;
}
.AnyTagClassName
{
color: #C902A7;
}
</style>
background-color css
<style>
a { background-color: #C902A7; }
a { background-color: rgb(201,2,167); }
div.DivClassName
{
background-color: #C902A7;
}
.BgClassName
{
background-color: #C902A7;
}
</style>
border-color css
<style>
span { border-color: #C902A7; }
span { border-color: rgb(201,2,167); }
td.TdClassName
{
border-color: #C902A7;
}
.TagClassName
{
border-color: #C902A7;
}
</style>