Shades of Deep Magenta #C812DD
Tints of Deep Magenta #C812DD
RGB
CMYK
RGB Variations
Color information
#C812DD (or 0xC812DD) is known color: Deep Magenta. HEX triplet: C8, 12 and DD. RGB value is (200,18,221). Sum of RGB (Red+Green+Blue) = 200+18+221=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #C812DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C812DD is #37ED22. Grayscale: #5E5E5E. Windows color (decimal): -3665187 or 14488264. OLE color: 14488264.
HSL color Cylindrical-coordinate representation of color #C812DD: hue angle of 293.79º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C812DD is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 18 | 221 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.13 |
| HSL | 293.79º | 0.85% | 0.47% | - |
| HSV(B) | 293.79º | 0.92% | 0.87% | - |
| XYZ | 37.09 | 17.93 | 69.91 | - |
| YUV | 95.56 | 198.8 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 221 | 0.10 | 0.92 | 0 | 0.13 | 293.79 | 0.85 | 0.47 |
| Hex | C8 | 12 | DD | A | 5C | 0 | D | 126 | 55 | 2F |
| Octal | 310 | 22 | 335 | 12 | 134 | 0 | 15 | 446 | 125 | 57 |
| Binary | 11001000 | 10010 | 11011101 | 1010 | 1011100 | 0 | 1101 | 100100110 | 1010101 | 101111 |
Color Harmonies of #C812DD
Complementary color
Monochromatic Colors of #C812DD
Black with #C812DD
Text Example
Text Example
White with #C812DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812DD; }
p { color: rgb(200,18,221); }
H1.HeaderClassName
{
color: #C812DD;
}
.AnyTagClassName
{
color: #C812DD;
}
</style>
background-color css
<style>
a { background-color: #C812DD; }
a { background-color: rgb(200,18,221); }
div.DivClassName
{
background-color: #C812DD;
}
.BgClassName
{
background-color: #C812DD;
}
</style>
border-color css
<style>
span { border-color: #C812DD; }
span { border-color: rgb(200,18,221); }
td.TdClassName
{
border-color: #C812DD;
}
.TagClassName
{
border-color: #C812DD;
}
</style>