Shades of Deep Magenta #C220C2
Tints of Deep Magenta #C220C2
RGB
CMYK
RGB Variations
Color information
#C220C2 (or 0xC220C2) is known color: Deep Magenta. HEX triplet: C2, 20 and C2. RGB value is (194,32,194). Sum of RGB (Red+Green+Blue) = 194+32+194=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C220C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220C2 is #3DDF3D. Grayscale: #626262. Windows color (decimal): -4054846 or 12722370. OLE color: 12722370.
HSL color Cylindrical-coordinate representation of color #C220C2: hue angle of 300º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C220C2 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 194 | - |
| CMYK | 0 | 0.84 | 0 | 0.24 |
| HSL | 300º | 0.72% | 0.44% | - |
| HSV(B) | 300º | 0.84% | 0.76% | - |
| XYZ | 32.5 | 16.4 | 52.49 | - |
| YUV | 98.91 | 181.67 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 194 | 0 | 0.84 | 0 | 0.24 | 300 | 0.72 | 0.44 |
| Hex | C2 | 20 | C2 | 0 | 54 | 0 | 18 | 12C | 48 | 2C |
| Octal | 302 | 40 | 302 | 0 | 124 | 0 | 30 | 454 | 110 | 54 |
| Binary | 11000010 | 100000 | 11000010 | 0 | 1010100 | 0 | 11000 | 100101100 | 1001000 | 101100 |
Color Harmonies of #C220C2
Complementary color
Monochromatic Colors of #C220C2
Black with #C220C2
Text Example
Text Example
White with #C220C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220C2; }
p { color: rgb(194,32,194); }
H1.HeaderClassName
{
color: #C220C2;
}
.AnyTagClassName
{
color: #C220C2;
}
</style>
background-color css
<style>
a { background-color: #C220C2; }
a { background-color: rgb(194,32,194); }
div.DivClassName
{
background-color: #C220C2;
}
.BgClassName
{
background-color: #C220C2;
}
</style>
border-color css
<style>
span { border-color: #C220C2; }
span { border-color: rgb(194,32,194); }
td.TdClassName
{
border-color: #C220C2;
}
.TagClassName
{
border-color: #C220C2;
}
</style>