Shades of Deep Magenta #C912AB
Tints of Deep Magenta #C912AB
RGB
CMYK
RGB Variations
Color information
#C912AB (or 0xC912AB) is known color: Deep Magenta. HEX triplet: C9, 12 and AB. RGB value is (201,18,171). Sum of RGB (Red+Green+Blue) = 201+18+171=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C912AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C912AB is #36ED54. Grayscale: #595959. Windows color (decimal): -3599701 or 11211465. OLE color: 11211465.
HSL color Cylindrical-coordinate representation of color #C912AB: hue angle of 309.84º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C912AB is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 171 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.21 |
| HSL | 309.84º | 0.84% | 0.43% | - |
| HSV(B) | 309.84º | 0.91% | 0.79% | - |
| XYZ | 31.65 | 15.79 | 39.91 | - |
| YUV | 90.16 | 173.63 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 171 | 0 | 0.91 | 0.15 | 0.21 | 309.84 | 0.84 | 0.43 |
| Hex | C9 | 12 | AB | 0 | 5B | F | 15 | 136 | 54 | 2B |
| Octal | 311 | 22 | 253 | 0 | 133 | 17 | 25 | 466 | 124 | 53 |
| Binary | 11001001 | 10010 | 10101011 | 0 | 1011011 | 1111 | 10101 | 100110110 | 1010100 | 101011 |
Color Harmonies of #C912AB
Complementary color
Monochromatic Colors of #C912AB
Black with #C912AB
Text Example
Text Example
White with #C912AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C912AB; }
p { color: rgb(201,18,171); }
H1.HeaderClassName
{
color: #C912AB;
}
.AnyTagClassName
{
color: #C912AB;
}
</style>
background-color css
<style>
a { background-color: #C912AB; }
a { background-color: rgb(201,18,171); }
div.DivClassName
{
background-color: #C912AB;
}
.BgClassName
{
background-color: #C912AB;
}
</style>
border-color css
<style>
span { border-color: #C912AB; }
span { border-color: rgb(201,18,171); }
td.TdClassName
{
border-color: #C912AB;
}
.TagClassName
{
border-color: #C912AB;
}
</style>