Shades of Deep Magenta #C512CA
Tints of Deep Magenta #C512CA
RGB
CMYK
RGB Variations
Color information
#C512CA (or 0xC512CA) is known color: Deep Magenta. HEX triplet: C5, 12 and CA. RGB value is (197,18,202). Sum of RGB (Red+Green+Blue) = 197+18+202=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #C512CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512CA is #3AED35. Grayscale: #5B5B5B. Windows color (decimal): -3861814 or 13243077. OLE color: 13243077.
HSL color Cylindrical-coordinate representation of color #C512CA: hue angle of 298.37º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C512CA is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 18 | 202 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.21 |
| HSL | 298.37º | 0.84% | 0.43% | - |
| HSV(B) | 298.37º | 0.91% | 0.79% | - |
| XYZ | 33.9 | 16.57 | 57.29 | - |
| YUV | 92.5 | 189.8 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 202 | 0.02 | 0.91 | 0 | 0.21 | 298.37 | 0.84 | 0.43 |
| Hex | C5 | 12 | CA | 2 | 5B | 0 | 15 | 12A | 54 | 2B |
| Octal | 305 | 22 | 312 | 2 | 133 | 0 | 25 | 452 | 124 | 53 |
| Binary | 11000101 | 10010 | 11001010 | 10 | 1011011 | 0 | 10101 | 100101010 | 1010100 | 101011 |
Color Harmonies of #C512CA
Complementary color
Monochromatic Colors of #C512CA
Black with #C512CA
Text Example
Text Example
White with #C512CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512CA; }
p { color: rgb(197,18,202); }
H1.HeaderClassName
{
color: #C512CA;
}
.AnyTagClassName
{
color: #C512CA;
}
</style>
background-color css
<style>
a { background-color: #C512CA; }
a { background-color: rgb(197,18,202); }
div.DivClassName
{
background-color: #C512CA;
}
.BgClassName
{
background-color: #C512CA;
}
</style>
border-color css
<style>
span { border-color: #C512CA; }
span { border-color: rgb(197,18,202); }
td.TdClassName
{
border-color: #C512CA;
}
.TagClassName
{
border-color: #C512CA;
}
</style>