Shades of Deep Magenta #C220C8
Tints of Deep Magenta #C220C8
RGB
CMYK
RGB Variations
Color information
#C220C8 (or 0xC220C8) is known color: Deep Magenta. HEX triplet: C2, 20 and C8. RGB value is (194,32,200). Sum of RGB (Red+Green+Blue) = 194+32+200=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #C220C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220C8 is #3DDF37. Grayscale: #636363. Windows color (decimal): -4054840 or 13115586. OLE color: 13115586.
HSL color Cylindrical-coordinate representation of color #C220C8: hue angle of 297.86º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C220C8 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 32 | 200 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.22 |
| HSL | 297.86º | 0.72% | 0.45% | - |
| HSV(B) | 297.86º | 0.84% | 0.78% | - |
| XYZ | 33.19 | 16.67 | 56.11 | - |
| YUV | 99.59 | 184.67 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 200 | 0.03 | 0.84 | 0 | 0.22 | 297.86 | 0.72 | 0.45 |
| Hex | C2 | 20 | C8 | 3 | 54 | 0 | 16 | 12A | 48 | 2D |
| Octal | 302 | 40 | 310 | 3 | 124 | 0 | 26 | 452 | 110 | 55 |
| Binary | 11000010 | 100000 | 11001000 | 11 | 1010100 | 0 | 10110 | 100101010 | 1001000 | 101101 |
Color Harmonies of #C220C8
Complementary color
Monochromatic Colors of #C220C8
Black with #C220C8
Text Example
Text Example
White with #C220C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220C8; }
p { color: rgb(194,32,200); }
H1.HeaderClassName
{
color: #C220C8;
}
.AnyTagClassName
{
color: #C220C8;
}
</style>
background-color css
<style>
a { background-color: #C220C8; }
a { background-color: rgb(194,32,200); }
div.DivClassName
{
background-color: #C220C8;
}
.BgClassName
{
background-color: #C220C8;
}
</style>
border-color css
<style>
span { border-color: #C220C8; }
span { border-color: rgb(194,32,200); }
td.TdClassName
{
border-color: #C220C8;
}
.TagClassName
{
border-color: #C220C8;
}
</style>