Shades of Deep Magenta #C222CD
Tints of Deep Magenta #C222CD
RGB
CMYK
RGB Variations
Color information
#C222CD (or 0xC222CD) is known color: Deep Magenta. HEX triplet: C2, 22 and CD. RGB value is (194,34,205). Sum of RGB (Red+Green+Blue) = 194+34+205=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #C222CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C222CD is #3DDD32. Grayscale: #646464. Windows color (decimal): -4054323 or 13443778. OLE color: 13443778.
HSL color Cylindrical-coordinate representation of color #C222CD: hue angle of 296.14º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C222CD is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 34 | 205 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.20 |
| HSL | 296.14º | 0.72% | 0.47% | - |
| HSV(B) | 296.14º | 0.83% | 0.8% | - |
| XYZ | 33.84 | 17.02 | 59.26 | - |
| YUV | 101.33 | 186.51 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 205 | 0.05 | 0.83 | 0 | 0.20 | 296.14 | 0.72 | 0.47 |
| Hex | C2 | 22 | CD | 5 | 53 | 0 | 14 | 128 | 48 | 2F |
| Octal | 302 | 42 | 315 | 5 | 123 | 0 | 24 | 450 | 110 | 57 |
| Binary | 11000010 | 100010 | 11001101 | 101 | 1010011 | 0 | 10100 | 100101000 | 1001000 | 101111 |
Color Harmonies of #C222CD
Complementary color
Monochromatic Colors of #C222CD
Black with #C222CD
Text Example
Text Example
White with #C222CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222CD; }
p { color: rgb(194,34,205); }
H1.HeaderClassName
{
color: #C222CD;
}
.AnyTagClassName
{
color: #C222CD;
}
</style>
background-color css
<style>
a { background-color: #C222CD; }
a { background-color: rgb(194,34,205); }
div.DivClassName
{
background-color: #C222CD;
}
.BgClassName
{
background-color: #C222CD;
}
</style>
border-color css
<style>
span { border-color: #C222CD; }
span { border-color: rgb(194,34,205); }
td.TdClassName
{
border-color: #C222CD;
}
.TagClassName
{
border-color: #C222CD;
}
</style>