Shades of Deep Magenta #C222CF
Tints of Deep Magenta #C222CF
RGB
CMYK
RGB Variations
Color information
#C222CF (or 0xC222CF) is known color: Deep Magenta. HEX triplet: C2, 22 and CF. RGB value is (194,34,207). Sum of RGB (Red+Green+Blue) = 194+34+207=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #C222CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C222CF is #3DDD30. Grayscale: #656565. Windows color (decimal): -4054321 or 13574850. OLE color: 13574850.
HSL color Cylindrical-coordinate representation of color #C222CF: hue angle of 295.49º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C222CF is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 34 | 207 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.19 |
| HSL | 295.49º | 0.72% | 0.47% | - |
| HSV(B) | 295.49º | 0.84% | 0.81% | - |
| XYZ | 34.08 | 17.12 | 60.54 | - |
| YUV | 101.56 | 187.51 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 207 | 0.06 | 0.84 | 0 | 0.19 | 295.49 | 0.72 | 0.47 |
| Hex | C2 | 22 | CF | 6 | 54 | 0 | 13 | 127 | 48 | 2F |
| Octal | 302 | 42 | 317 | 6 | 124 | 0 | 23 | 447 | 110 | 57 |
| Binary | 11000010 | 100010 | 11001111 | 110 | 1010100 | 0 | 10011 | 100100111 | 1001000 | 101111 |
Color Harmonies of #C222CF
Complementary color
Monochromatic Colors of #C222CF
Black with #C222CF
Text Example
Text Example
White with #C222CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222CF; }
p { color: rgb(194,34,207); }
H1.HeaderClassName
{
color: #C222CF;
}
.AnyTagClassName
{
color: #C222CF;
}
</style>
background-color css
<style>
a { background-color: #C222CF; }
a { background-color: rgb(194,34,207); }
div.DivClassName
{
background-color: #C222CF;
}
.BgClassName
{
background-color: #C222CF;
}
</style>
border-color css
<style>
span { border-color: #C222CF; }
span { border-color: rgb(194,34,207); }
td.TdClassName
{
border-color: #C222CF;
}
.TagClassName
{
border-color: #C222CF;
}
</style>