Shades of Deep Magenta #C512DD
Tints of Deep Magenta #C512DD
RGB
CMYK
RGB Variations
Color information
#C512DD (or 0xC512DD) is known color: Deep Magenta. HEX triplet: C5, 12 and DD. RGB value is (197,18,221). Sum of RGB (Red+Green+Blue) = 197+18+221=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #C512DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512DD is #3AED22. Grayscale: #5E5E5E. Windows color (decimal): -3861795 or 14488261. OLE color: 14488261.
HSL color Cylindrical-coordinate representation of color #C512DD: hue angle of 292.91º 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 #C512DD is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 18 | 221 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.13 |
| HSL | 292.91º | 0.85% | 0.47% | - |
| HSV(B) | 292.91º | 0.92% | 0.87% | - |
| XYZ | 36.29 | 17.52 | 69.88 | - |
| YUV | 94.66 | 199.3 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 221 | 0.11 | 0.92 | 0 | 0.13 | 292.91 | 0.85 | 0.47 |
| Hex | C5 | 12 | DD | B | 5C | 0 | D | 125 | 55 | 2F |
| Octal | 305 | 22 | 335 | 13 | 134 | 0 | 15 | 445 | 125 | 57 |
| Binary | 11000101 | 10010 | 11011101 | 1011 | 1011100 | 0 | 1101 | 100100101 | 1010101 | 101111 |
Color Harmonies of #C512DD
Complementary color
Monochromatic Colors of #C512DD
Black with #C512DD
Text Example
Text Example
White with #C512DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512DD; }
p { color: rgb(197,18,221); }
H1.HeaderClassName
{
color: #C512DD;
}
.AnyTagClassName
{
color: #C512DD;
}
</style>
background-color css
<style>
a { background-color: #C512DD; }
a { background-color: rgb(197,18,221); }
div.DivClassName
{
background-color: #C512DD;
}
.BgClassName
{
background-color: #C512DD;
}
</style>
border-color css
<style>
span { border-color: #C512DD; }
span { border-color: rgb(197,18,221); }
td.TdClassName
{
border-color: #C512DD;
}
.TagClassName
{
border-color: #C512DD;
}
</style>