Shades of Deep Magenta #C220BD
Tints of Deep Magenta #C220BD
RGB
CMYK
RGB Variations
Color information
#C220BD (or 0xC220BD) is known color: Deep Magenta. HEX triplet: C2, 20 and BD. RGB value is (194,32,189). Sum of RGB (Red+Green+Blue) = 194+32+189=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C220BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220BD is #3DDF42. Grayscale: #616161. Windows color (decimal): -4054851 or 12394690. OLE color: 12394690.
HSL color Cylindrical-coordinate representation of color #C220BD: hue angle of 301.85º 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 #C220BD is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 189 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.24 |
| HSL | 301.85º | 0.72% | 0.44% | - |
| HSV(B) | 301.85º | 0.84% | 0.76% | - |
| XYZ | 31.95 | 16.18 | 49.58 | - |
| YUV | 98.34 | 179.17 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 189 | 0 | 0.84 | 0.03 | 0.24 | 301.85 | 0.72 | 0.44 |
| Hex | C2 | 20 | BD | 0 | 54 | 3 | 18 | 12E | 48 | 2C |
| Octal | 302 | 40 | 275 | 0 | 124 | 3 | 30 | 456 | 110 | 54 |
| Binary | 11000010 | 100000 | 10111101 | 0 | 1010100 | 11 | 11000 | 100101110 | 1001000 | 101100 |
Color Harmonies of #C220BD
Complementary color
Monochromatic Colors of #C220BD
Black with #C220BD
Text Example
Text Example
White with #C220BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220BD; }
p { color: rgb(194,32,189); }
H1.HeaderClassName
{
color: #C220BD;
}
.AnyTagClassName
{
color: #C220BD;
}
</style>
background-color css
<style>
a { background-color: #C220BD; }
a { background-color: rgb(194,32,189); }
div.DivClassName
{
background-color: #C220BD;
}
.BgClassName
{
background-color: #C220BD;
}
</style>
border-color css
<style>
span { border-color: #C220BD; }
span { border-color: rgb(194,32,189); }
td.TdClassName
{
border-color: #C220BD;
}
.TagClassName
{
border-color: #C220BD;
}
</style>