Shades of Deep Magenta #C220B0
Tints of Deep Magenta #C220B0
RGB
CMYK
RGB Variations
Color information
#C220B0 (or 0xC220B0) is known color: Deep Magenta. HEX triplet: C2, 20 and B0. RGB value is (194,32,176). Sum of RGB (Red+Green+Blue) = 194+32+176=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C220B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C220B0 is #3DDF4F. Grayscale: #606060. Windows color (decimal): -4054864 or 11542722. OLE color: 11542722.
HSL color Cylindrical-coordinate representation of color #C220B0: hue angle of 306.67º 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 #C220B0 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 176 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.24 |
| HSL | 306.67º | 0.72% | 0.44% | - |
| HSV(B) | 306.67º | 0.84% | 0.76% | - |
| XYZ | 30.6 | 15.64 | 42.48 | - |
| YUV | 96.85 | 172.67 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 176 | 0 | 0.84 | 0.09 | 0.24 | 306.67 | 0.72 | 0.44 |
| Hex | C2 | 20 | B0 | 0 | 54 | 9 | 18 | 133 | 48 | 2C |
| Octal | 302 | 40 | 260 | 0 | 124 | 11 | 30 | 463 | 110 | 54 |
| Binary | 11000010 | 100000 | 10110000 | 0 | 1010100 | 1001 | 11000 | 100110011 | 1001000 | 101100 |
Color Harmonies of #C220B0
Complementary color
Monochromatic Colors of #C220B0
Black with #C220B0
Text Example
Text Example
White with #C220B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220B0; }
p { color: rgb(194,32,176); }
H1.HeaderClassName
{
color: #C220B0;
}
.AnyTagClassName
{
color: #C220B0;
}
</style>
background-color css
<style>
a { background-color: #C220B0; }
a { background-color: rgb(194,32,176); }
div.DivClassName
{
background-color: #C220B0;
}
.BgClassName
{
background-color: #C220B0;
}
</style>
border-color css
<style>
span { border-color: #C220B0; }
span { border-color: rgb(194,32,176); }
td.TdClassName
{
border-color: #C220B0;
}
.TagClassName
{
border-color: #C220B0;
}
</style>