Shades of Deep Magenta #C900AB
Tints of Deep Magenta #C900AB
RGB
CMYK
RGB Variations
Color information
#C900AB (or 0xC900AB) is known color: Deep Magenta. HEX triplet: C9, 00 and AB. RGB value is (201,0,171). Sum of RGB (Red+Green+Blue) = 201+0+171=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C900AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C900AB is #36FF54. Grayscale: #4F4F4F. Windows color (decimal): -3604309 or 11206857. OLE color: 11206857.
HSL color Cylindrical-coordinate representation of color #C900AB: hue angle of 308.96º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900AB is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.15 | 0.21 |
| HSL | 308.96º | 1% | 0.39% | - |
| HSV(B) | 308.96º | 1% | 0.79% | - |
| XYZ | 31.44 | 15.36 | 39.84 | - |
| YUV | 79.59 | 179.59 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 171 | 0 | 1 | 0.15 | 0.21 | 308.96 | 1 | 0.39 |
| Hex | C9 | 0 | AB | 0 | 64 | F | 15 | 135 | 64 | 27 |
| Octal | 311 | 0 | 253 | 0 | 144 | 17 | 25 | 465 | 144 | 47 |
| Binary | 11001001 | 0 | 10101011 | 0 | 1100100 | 1111 | 10101 | 100110101 | 1100100 | 100111 |
Color Harmonies of #C900AB
Complementary color
Monochromatic Colors of #C900AB
Black with #C900AB
Text Example
Text Example
White with #C900AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C900AB; }
p { color: rgb(201,0,171); }
H1.HeaderClassName
{
color: #C900AB;
}
.AnyTagClassName
{
color: #C900AB;
}
</style>
background-color css
<style>
a { background-color: #C900AB; }
a { background-color: rgb(201,0,171); }
div.DivClassName
{
background-color: #C900AB;
}
.BgClassName
{
background-color: #C900AB;
}
</style>
border-color css
<style>
span { border-color: #C900AB; }
span { border-color: rgb(201,0,171); }
td.TdClassName
{
border-color: #C900AB;
}
.TagClassName
{
border-color: #C900AB;
}
</style>