Shades of Deep Magenta #C812CC
Tints of Deep Magenta #C812CC
RGB
CMYK
RGB Variations
Color information
#C812CC (or 0xC812CC) is known color: Deep Magenta. HEX triplet: C8, 12 and CC. RGB value is (200,18,204). Sum of RGB (Red+Green+Blue) = 200+18+204=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #C812CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812CC is #37ED33. Grayscale: #5D5D5D. Windows color (decimal): -3665204 or 13374152. OLE color: 13374152.
HSL color Cylindrical-coordinate representation of color #C812CC: hue angle of 298.71º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C812CC is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 18 | 204 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.2 |
| HSL | 298.71º | 0.84% | 0.44% | - |
| HSV(B) | 298.71º | 0.91% | 0.8% | - |
| XYZ | 34.93 | 17.07 | 58.58 | - |
| YUV | 93.62 | 190.3 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 204 | 0.02 | 0.91 | 0 | 0.2 | 298.71 | 0.84 | 0.44 |
| Hex | C8 | 12 | CC | 2 | 5B | 0 | 14 | 12B | 54 | 2C |
| Octal | 310 | 22 | 314 | 2 | 133 | 0 | 24 | 453 | 124 | 54 |
| Binary | 11001000 | 10010 | 11001100 | 10 | 1011011 | 0 | 10100 | 100101011 | 1010100 | 101100 |
Color Harmonies of #C812CC
Complementary color
Monochromatic Colors of #C812CC
Black with #C812CC
Text Example
Text Example
White with #C812CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812CC; }
p { color: rgb(200,18,204); }
H1.HeaderClassName
{
color: #C812CC;
}
.AnyTagClassName
{
color: #C812CC;
}
</style>
background-color css
<style>
a { background-color: #C812CC; }
a { background-color: rgb(200,18,204); }
div.DivClassName
{
background-color: #C812CC;
}
.BgClassName
{
background-color: #C812CC;
}
</style>
border-color css
<style>
span { border-color: #C812CC; }
span { border-color: rgb(200,18,204); }
td.TdClassName
{
border-color: #C812CC;
}
.TagClassName
{
border-color: #C812CC;
}
</style>