Shades of Deep Magenta #C512C8
Tints of Deep Magenta #C512C8
RGB
CMYK
RGB Variations
Color information
#C512C8 (or 0xC512C8) is known color: Deep Magenta. HEX triplet: C5, 12 and C8. RGB value is (197,18,200). Sum of RGB (Red+Green+Blue) = 197+18+200=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 200 - color contains mainly: blue. Hex color #C512C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512C8 is #3AED37. Grayscale: #5B5B5B. Windows color (decimal): -3861816 or 13112005. OLE color: 13112005.
HSL color Cylindrical-coordinate representation of color #C512C8: hue angle of 299.01º 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 #C512C8 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 18 | 200 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.22 |
| HSL | 299.01º | 0.83% | 0.43% | - |
| HSV(B) | 299.01º | 0.91% | 0.78% | - |
| XYZ | 33.67 | 16.47 | 56.05 | - |
| YUV | 92.27 | 188.8 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 200 | 0.02 | 0.91 | 0 | 0.22 | 299.01 | 0.83 | 0.43 |
| Hex | C5 | 12 | C8 | 2 | 5B | 0 | 16 | 12B | 53 | 2B |
| Octal | 305 | 22 | 310 | 2 | 133 | 0 | 26 | 453 | 123 | 53 |
| Binary | 11000101 | 10010 | 11001000 | 10 | 1011011 | 0 | 10110 | 100101011 | 1010011 | 101011 |
Color Harmonies of #C512C8
Complementary color
Monochromatic Colors of #C512C8
Black with #C512C8
Text Example
Text Example
White with #C512C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512C8; }
p { color: rgb(197,18,200); }
H1.HeaderClassName
{
color: #C512C8;
}
.AnyTagClassName
{
color: #C512C8;
}
</style>
background-color css
<style>
a { background-color: #C512C8; }
a { background-color: rgb(197,18,200); }
div.DivClassName
{
background-color: #C512C8;
}
.BgClassName
{
background-color: #C512C8;
}
</style>
border-color css
<style>
span { border-color: #C512C8; }
span { border-color: rgb(197,18,200); }
td.TdClassName
{
border-color: #C512C8;
}
.TagClassName
{
border-color: #C512C8;
}
</style>