Shades of Deep Magenta #C905AB
Tints of Deep Magenta #C905AB
RGB
CMYK
RGB Variations
Color information
#C905AB (or 0xC905AB) is known color: Deep Magenta. HEX triplet: C9, 05 and AB. RGB value is (201,5,171). Sum of RGB (Red+Green+Blue) = 201+5+171=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C905AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C905AB is #36FA54. Grayscale: #525252. Windows color (decimal): -3603029 or 11208137. OLE color: 11208137.
HSL color Cylindrical-coordinate representation of color #C905AB: hue angle of 309.18º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C905AB is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.21 |
| HSL | 309.18º | 0.95% | 0.4% | - |
| HSV(B) | 309.18º | 0.98% | 0.79% | - |
| XYZ | 31.49 | 15.47 | 39.85 | - |
| YUV | 82.53 | 177.93 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 171 | 0 | 0.98 | 0.15 | 0.21 | 309.18 | 0.95 | 0.4 |
| Hex | C9 | 5 | AB | 0 | 62 | F | 15 | 135 | 5F | 28 |
| Octal | 311 | 5 | 253 | 0 | 142 | 17 | 25 | 465 | 137 | 50 |
| Binary | 11001001 | 101 | 10101011 | 0 | 1100010 | 1111 | 10101 | 100110101 | 1011111 | 101000 |
Color Harmonies of #C905AB
Complementary color
Monochromatic Colors of #C905AB
Black with #C905AB
Text Example
Text Example
White with #C905AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C905AB; }
p { color: rgb(201,5,171); }
H1.HeaderClassName
{
color: #C905AB;
}
.AnyTagClassName
{
color: #C905AB;
}
</style>
background-color css
<style>
a { background-color: #C905AB; }
a { background-color: rgb(201,5,171); }
div.DivClassName
{
background-color: #C905AB;
}
.BgClassName
{
background-color: #C905AB;
}
</style>
border-color css
<style>
span { border-color: #C905AB; }
span { border-color: rgb(201,5,171); }
td.TdClassName
{
border-color: #C905AB;
}
.TagClassName
{
border-color: #C905AB;
}
</style>