Shades of Deep Magenta #C220C7
Tints of Deep Magenta #C220C7
RGB
CMYK
RGB Variations
Color information
#C220C7 (or 0xC220C7) is known color: Deep Magenta. HEX triplet: C2, 20 and C7. RGB value is (194,32,199). Sum of RGB (Red+Green+Blue) = 194+32+199=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 199 - color contains mainly: blue. Hex color #C220C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220C7 is #3DDF38. Grayscale: #626262. Windows color (decimal): -4054841 or 13050050. OLE color: 13050050.
HSL color Cylindrical-coordinate representation of color #C220C7: hue angle of 298.2º 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 #C220C7 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 32 | 199 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.22 |
| HSL | 298.2º | 0.72% | 0.45% | - |
| HSV(B) | 298.2º | 0.84% | 0.78% | - |
| XYZ | 33.07 | 16.63 | 55.5 | - |
| YUV | 99.48 | 184.17 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 199 | 0.03 | 0.84 | 0 | 0.22 | 298.2 | 0.72 | 0.45 |
| Hex | C2 | 20 | C7 | 3 | 54 | 0 | 16 | 12A | 48 | 2D |
| Octal | 302 | 40 | 307 | 3 | 124 | 0 | 26 | 452 | 110 | 55 |
| Binary | 11000010 | 100000 | 11000111 | 11 | 1010100 | 0 | 10110 | 100101010 | 1001000 | 101101 |
Color Harmonies of #C220C7
Complementary color
Monochromatic Colors of #C220C7
Black with #C220C7
Text Example
Text Example
White with #C220C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220C7; }
p { color: rgb(194,32,199); }
H1.HeaderClassName
{
color: #C220C7;
}
.AnyTagClassName
{
color: #C220C7;
}
</style>
background-color css
<style>
a { background-color: #C220C7; }
a { background-color: rgb(194,32,199); }
div.DivClassName
{
background-color: #C220C7;
}
.BgClassName
{
background-color: #C220C7;
}
</style>
border-color css
<style>
span { border-color: #C220C7; }
span { border-color: rgb(194,32,199); }
td.TdClassName
{
border-color: #C220C7;
}
.TagClassName
{
border-color: #C220C7;
}
</style>