Shades of Deep Magenta #C812AB
Tints of Deep Magenta #C812AB
RGB
CMYK
RGB Variations
Color information
#C812AB (or 0xC812AB) is known color: Deep Magenta. HEX triplet: C8, 12 and AB. RGB value is (200,18,171). Sum of RGB (Red+Green+Blue) = 200+18+171=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C812AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C812AB is #37ED54. Grayscale: #595959. Windows color (decimal): -3665237 or 11211464. OLE color: 11211464.
HSL color Cylindrical-coordinate representation of color #C812AB: hue angle of 309.56º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C812AB is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 171 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.22 |
| HSL | 309.56º | 0.83% | 0.43% | - |
| HSV(B) | 309.56º | 0.91% | 0.78% | - |
| XYZ | 31.39 | 15.65 | 39.9 | - |
| YUV | 89.86 | 173.8 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 171 | 0 | 0.91 | 0.14 | 0.22 | 309.56 | 0.83 | 0.43 |
| Hex | C8 | 12 | AB | 0 | 5B | E | 16 | 136 | 53 | 2B |
| Octal | 310 | 22 | 253 | 0 | 133 | 16 | 26 | 466 | 123 | 53 |
| Binary | 11001000 | 10010 | 10101011 | 0 | 1011011 | 1110 | 10110 | 100110110 | 1010011 | 101011 |
Color Harmonies of #C812AB
Complementary color
Monochromatic Colors of #C812AB
Black with #C812AB
Text Example
Text Example
White with #C812AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812AB; }
p { color: rgb(200,18,171); }
H1.HeaderClassName
{
color: #C812AB;
}
.AnyTagClassName
{
color: #C812AB;
}
</style>
background-color css
<style>
a { background-color: #C812AB; }
a { background-color: rgb(200,18,171); }
div.DivClassName
{
background-color: #C812AB;
}
.BgClassName
{
background-color: #C812AB;
}
</style>
border-color css
<style>
span { border-color: #C812AB; }
span { border-color: rgb(200,18,171); }
td.TdClassName
{
border-color: #C812AB;
}
.TagClassName
{
border-color: #C812AB;
}
</style>