Shades of Deep Magenta #C012CA
Tints of Deep Magenta #C012CA
RGB
CMYK
RGB Variations
Color information
#C012CA (or 0xC012CA) is known color: Deep Magenta. HEX triplet: C0, 12 and CA. RGB value is (192,18,202). Sum of RGB (Red+Green+Blue) = 192+18+202=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #C012CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C012CA is #3FED35. Grayscale: #5A5A5A. Windows color (decimal): -4189494 or 13243072. OLE color: 13243072.
HSL color Cylindrical-coordinate representation of color #C012CA: hue angle of 296.74º 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 #C012CA is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 18 | 202 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.21 |
| HSL | 296.74º | 0.84% | 0.43% | - |
| HSV(B) | 296.74º | 0.91% | 0.79% | - |
| XYZ | 32.62 | 15.9 | 57.23 | - |
| YUV | 91 | 190.65 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 202 | 0.05 | 0.91 | 0 | 0.21 | 296.74 | 0.84 | 0.43 |
| Hex | C0 | 12 | CA | 5 | 5B | 0 | 15 | 129 | 54 | 2B |
| Octal | 300 | 22 | 312 | 5 | 133 | 0 | 25 | 451 | 124 | 53 |
| Binary | 11000000 | 10010 | 11001010 | 101 | 1011011 | 0 | 10101 | 100101001 | 1010100 | 101011 |
Color Harmonies of #C012CA
Complementary color
Monochromatic Colors of #C012CA
Black with #C012CA
Text Example
Text Example
White with #C012CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012CA; }
p { color: rgb(192,18,202); }
H1.HeaderClassName
{
color: #C012CA;
}
.AnyTagClassName
{
color: #C012CA;
}
</style>
background-color css
<style>
a { background-color: #C012CA; }
a { background-color: rgb(192,18,202); }
div.DivClassName
{
background-color: #C012CA;
}
.BgClassName
{
background-color: #C012CA;
}
</style>
border-color css
<style>
span { border-color: #C012CA; }
span { border-color: rgb(192,18,202); }
td.TdClassName
{
border-color: #C012CA;
}
.TagClassName
{
border-color: #C012CA;
}
</style>