Shades of Deep Magenta #C222CA
Tints of Deep Magenta #C222CA
RGB
CMYK
RGB Variations
Color information
#C222CA (or 0xC222CA) is known color: Deep Magenta. HEX triplet: C2, 22 and CA. RGB value is (194,34,202). Sum of RGB (Red+Green+Blue) = 194+34+202=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #C222CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C222CA is #3DDD35. Grayscale: #646464. Windows color (decimal): -4054326 or 13247170. OLE color: 13247170.
HSL color Cylindrical-coordinate representation of color #C222CA: hue angle of 297.14º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C222CA is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 34 | 202 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.21 |
| HSL | 297.14º | 0.71% | 0.46% | - |
| HSV(B) | 297.14º | 0.83% | 0.79% | - |
| XYZ | 33.48 | 16.88 | 57.37 | - |
| YUV | 100.99 | 185.01 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 202 | 0.04 | 0.83 | 0 | 0.21 | 297.14 | 0.71 | 0.46 |
| Hex | C2 | 22 | CA | 4 | 53 | 0 | 15 | 129 | 47 | 2E |
| Octal | 302 | 42 | 312 | 4 | 123 | 0 | 25 | 451 | 107 | 56 |
| Binary | 11000010 | 100010 | 11001010 | 100 | 1010011 | 0 | 10101 | 100101001 | 1000111 | 101110 |
Color Harmonies of #C222CA
Complementary color
Monochromatic Colors of #C222CA
Black with #C222CA
Text Example
Text Example
White with #C222CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222CA; }
p { color: rgb(194,34,202); }
H1.HeaderClassName
{
color: #C222CA;
}
.AnyTagClassName
{
color: #C222CA;
}
</style>
background-color css
<style>
a { background-color: #C222CA; }
a { background-color: rgb(194,34,202); }
div.DivClassName
{
background-color: #C222CA;
}
.BgClassName
{
background-color: #C222CA;
}
</style>
border-color css
<style>
span { border-color: #C222CA; }
span { border-color: rgb(194,34,202); }
td.TdClassName
{
border-color: #C222CA;
}
.TagClassName
{
border-color: #C222CA;
}
</style>