Shades of Deep Magenta #C812CE
Tints of Deep Magenta #C812CE
RGB
CMYK
RGB Variations
Color information
#C812CE (or 0xC812CE) is known color: Deep Magenta. HEX triplet: C8, 12 and CE. RGB value is (200,18,206). Sum of RGB (Red+Green+Blue) = 200+18+206=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #C812CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812CE is #37ED31. Grayscale: #5D5D5D. Windows color (decimal): -3665202 or 13505224. OLE color: 13505224.
HSL color Cylindrical-coordinate representation of color #C812CE: hue angle of 298.09º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C812CE is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 18 | 206 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.19 |
| HSL | 298.09º | 0.84% | 0.44% | - |
| HSV(B) | 298.09º | 0.91% | 0.81% | - |
| XYZ | 35.18 | 17.17 | 59.85 | - |
| YUV | 93.85 | 191.3 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 206 | 0.03 | 0.91 | 0 | 0.19 | 298.09 | 0.84 | 0.44 |
| Hex | C8 | 12 | CE | 3 | 5B | 0 | 13 | 12A | 54 | 2C |
| Octal | 310 | 22 | 316 | 3 | 133 | 0 | 23 | 452 | 124 | 54 |
| Binary | 11001000 | 10010 | 11001110 | 11 | 1011011 | 0 | 10011 | 100101010 | 1010100 | 101100 |
Color Harmonies of #C812CE
Complementary color
Monochromatic Colors of #C812CE
Black with #C812CE
Text Example
Text Example
White with #C812CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812CE; }
p { color: rgb(200,18,206); }
H1.HeaderClassName
{
color: #C812CE;
}
.AnyTagClassName
{
color: #C812CE;
}
</style>
background-color css
<style>
a { background-color: #C812CE; }
a { background-color: rgb(200,18,206); }
div.DivClassName
{
background-color: #C812CE;
}
.BgClassName
{
background-color: #C812CE;
}
</style>
border-color css
<style>
span { border-color: #C812CE; }
span { border-color: rgb(200,18,206); }
td.TdClassName
{
border-color: #C812CE;
}
.TagClassName
{
border-color: #C812CE;
}
</style>