Shades of Deep Magenta #C222DF
Tints of Deep Magenta #C222DF
RGB
CMYK
RGB Variations
Color information
#C222DF (or 0xC222DF) is known color: Deep Magenta. HEX triplet: C2, 22 and DF. RGB value is (194,34,223). Sum of RGB (Red+Green+Blue) = 194+34+223=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 34 (13.67% from 255 or 7.54% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #C222DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C222DF is #3DDD20. Grayscale: #666666. Windows color (decimal): -4054305 or 14623426. OLE color: 14623426.
HSL color Cylindrical-coordinate representation of color #C222DF: hue angle of 290.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C222DF is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 34 | 223 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.13 |
| HSL | 290.79º | 0.75% | 0.5% | - |
| HSV(B) | 290.79º | 0.85% | 0.87% | - |
| XYZ | 36.14 | 17.94 | 71.37 | - |
| YUV | 103.39 | 195.51 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 223 | 0.13 | 0.85 | 0 | 0.13 | 290.79 | 0.75 | 0.5 |
| Hex | C2 | 22 | DF | D | 55 | 0 | D | 123 | 4B | 32 |
| Octal | 302 | 42 | 337 | 15 | 125 | 0 | 15 | 443 | 113 | 62 |
| Binary | 11000010 | 100010 | 11011111 | 1101 | 1010101 | 0 | 1101 | 100100011 | 1001011 | 110010 |
Color Harmonies of #C222DF
Complementary color
Monochromatic Colors of #C222DF
Black with #C222DF
Text Example
Text Example
White with #C222DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222DF; }
p { color: rgb(194,34,223); }
H1.HeaderClassName
{
color: #C222DF;
}
.AnyTagClassName
{
color: #C222DF;
}
</style>
background-color css
<style>
a { background-color: #C222DF; }
a { background-color: rgb(194,34,223); }
div.DivClassName
{
background-color: #C222DF;
}
.BgClassName
{
background-color: #C222DF;
}
</style>
border-color css
<style>
span { border-color: #C222DF; }
span { border-color: rgb(194,34,223); }
td.TdClassName
{
border-color: #C222DF;
}
.TagClassName
{
border-color: #C222DF;
}
</style>