Shades of Deep Magenta #C812AC
Tints of Deep Magenta #C812AC
RGB
CMYK
RGB Variations
Color information
#C812AC (or 0xC812AC) is known color: Deep Magenta. HEX triplet: C8, 12 and AC. RGB value is (200,18,172). Sum of RGB (Red+Green+Blue) = 200+18+172=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C812AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C812AC is #37ED53. Grayscale: #595959. Windows color (decimal): -3665236 or 11277000. OLE color: 11277000.
HSL color Cylindrical-coordinate representation of color #C812AC: hue angle of 309.23º 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 #C812AC is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 172 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.22 |
| HSL | 309.23º | 0.83% | 0.43% | - |
| HSV(B) | 309.23º | 0.91% | 0.78% | - |
| XYZ | 31.48 | 15.69 | 40.4 | - |
| YUV | 89.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 172 | 0 | 0.91 | 0.14 | 0.22 | 309.23 | 0.83 | 0.43 |
| Hex | C8 | 12 | AC | 0 | 5B | E | 16 | 135 | 53 | 2B |
| Octal | 310 | 22 | 254 | 0 | 133 | 16 | 26 | 465 | 123 | 53 |
| Binary | 11001000 | 10010 | 10101100 | 0 | 1011011 | 1110 | 10110 | 100110101 | 1010011 | 101011 |
Color Harmonies of #C812AC
Complementary color
Monochromatic Colors of #C812AC
Black with #C812AC
Text Example
Text Example
White with #C812AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812AC; }
p { color: rgb(200,18,172); }
H1.HeaderClassName
{
color: #C812AC;
}
.AnyTagClassName
{
color: #C812AC;
}
</style>
background-color css
<style>
a { background-color: #C812AC; }
a { background-color: rgb(200,18,172); }
div.DivClassName
{
background-color: #C812AC;
}
.BgClassName
{
background-color: #C812AC;
}
</style>
border-color css
<style>
span { border-color: #C812AC; }
span { border-color: rgb(200,18,172); }
td.TdClassName
{
border-color: #C812AC;
}
.TagClassName
{
border-color: #C812AC;
}
</style>