Shades of Deep Magenta #C220C9
Tints of Deep Magenta #C220C9
RGB
CMYK
RGB Variations
Color information
#C220C9 (or 0xC220C9) is known color: Deep Magenta. HEX triplet: C2, 20 and C9. RGB value is (194,32,201). Sum of RGB (Red+Green+Blue) = 194+32+201=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #C220C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220C9 is #3DDF36. Grayscale: #636363. Windows color (decimal): -4054839 or 13181122. OLE color: 13181122.
HSL color Cylindrical-coordinate representation of color #C220C9: hue angle of 297.51º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C220C9 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 32 | 201 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.21 |
| HSL | 297.51º | 0.73% | 0.46% | - |
| HSV(B) | 297.51º | 0.84% | 0.79% | - |
| XYZ | 33.31 | 16.72 | 56.73 | - |
| YUV | 99.7 | 185.17 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 201 | 0.03 | 0.84 | 0 | 0.21 | 297.51 | 0.73 | 0.46 |
| Hex | C2 | 20 | C9 | 3 | 54 | 0 | 15 | 12A | 49 | 2E |
| Octal | 302 | 40 | 311 | 3 | 124 | 0 | 25 | 452 | 111 | 56 |
| Binary | 11000010 | 100000 | 11001001 | 11 | 1010100 | 0 | 10101 | 100101010 | 1001001 | 101110 |
Color Harmonies of #C220C9
Complementary color
Monochromatic Colors of #C220C9
Black with #C220C9
Text Example
Text Example
White with #C220C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220C9; }
p { color: rgb(194,32,201); }
H1.HeaderClassName
{
color: #C220C9;
}
.AnyTagClassName
{
color: #C220C9;
}
</style>
background-color css
<style>
a { background-color: #C220C9; }
a { background-color: rgb(194,32,201); }
div.DivClassName
{
background-color: #C220C9;
}
.BgClassName
{
background-color: #C220C9;
}
</style>
border-color css
<style>
span { border-color: #C220C9; }
span { border-color: rgb(194,32,201); }
td.TdClassName
{
border-color: #C220C9;
}
.TagClassName
{
border-color: #C220C9;
}
</style>