Shades of Deep Magenta #C212CA
Tints of Deep Magenta #C212CA
RGB
CMYK
RGB Variations
Color information
#C212CA (or 0xC212CA) is known color: Deep Magenta. HEX triplet: C2, 12 and CA. RGB value is (194,18,202). Sum of RGB (Red+Green+Blue) = 194+18+202=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #C212CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C212CA is #3DED35. Grayscale: #5B5B5B. Windows color (decimal): -4058422 or 13243074. OLE color: 13243074.
HSL color Cylindrical-coordinate representation of color #C212CA: hue angle of 297.39º 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 #C212CA is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 18 | 202 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.21 |
| HSL | 297.39º | 0.84% | 0.43% | - |
| HSV(B) | 297.39º | 0.91% | 0.79% | - |
| XYZ | 33.13 | 16.17 | 57.25 | - |
| YUV | 91.6 | 190.31 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 202 | 0.04 | 0.91 | 0 | 0.21 | 297.39 | 0.84 | 0.43 |
| Hex | C2 | 12 | CA | 4 | 5B | 0 | 15 | 129 | 54 | 2B |
| Octal | 302 | 22 | 312 | 4 | 133 | 0 | 25 | 451 | 124 | 53 |
| Binary | 11000010 | 10010 | 11001010 | 100 | 1011011 | 0 | 10101 | 100101001 | 1010100 | 101011 |
Color Harmonies of #C212CA
Complementary color
Monochromatic Colors of #C212CA
Black with #C212CA
Text Example
Text Example
White with #C212CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C212CA; }
p { color: rgb(194,18,202); }
H1.HeaderClassName
{
color: #C212CA;
}
.AnyTagClassName
{
color: #C212CA;
}
</style>
background-color css
<style>
a { background-color: #C212CA; }
a { background-color: rgb(194,18,202); }
div.DivClassName
{
background-color: #C212CA;
}
.BgClassName
{
background-color: #C212CA;
}
</style>
border-color css
<style>
span { border-color: #C212CA; }
span { border-color: rgb(194,18,202); }
td.TdClassName
{
border-color: #C212CA;
}
.TagClassName
{
border-color: #C212CA;
}
</style>