Shades of Deep Magenta #C220BE
Tints of Deep Magenta #C220BE
RGB
CMYK
RGB Variations
Color information
#C220BE (or 0xC220BE) is known color: Deep Magenta. HEX triplet: C2, 20 and BE. RGB value is (194,32,190). Sum of RGB (Red+Green+Blue) = 194+32+190=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C220BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220BE is #3DDF41. Grayscale: #616161. Windows color (decimal): -4054850 or 12460226. OLE color: 12460226.
HSL color Cylindrical-coordinate representation of color #C220BE: hue angle of 301.48º 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 #C220BE is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 190 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.24 |
| HSL | 301.48º | 0.72% | 0.44% | - |
| HSV(B) | 301.48º | 0.84% | 0.76% | - |
| XYZ | 32.06 | 16.22 | 50.16 | - |
| YUV | 98.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 190 | 0 | 0.84 | 0.02 | 0.24 | 301.48 | 0.72 | 0.44 |
| Hex | C2 | 20 | BE | 0 | 54 | 2 | 18 | 12D | 48 | 2C |
| Octal | 302 | 40 | 276 | 0 | 124 | 2 | 30 | 455 | 110 | 54 |
| Binary | 11000010 | 100000 | 10111110 | 0 | 1010100 | 10 | 11000 | 100101101 | 1001000 | 101100 |
Color Harmonies of #C220BE
Complementary color
Monochromatic Colors of #C220BE
Black with #C220BE
Text Example
Text Example
White with #C220BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220BE; }
p { color: rgb(194,32,190); }
H1.HeaderClassName
{
color: #C220BE;
}
.AnyTagClassName
{
color: #C220BE;
}
</style>
background-color css
<style>
a { background-color: #C220BE; }
a { background-color: rgb(194,32,190); }
div.DivClassName
{
background-color: #C220BE;
}
.BgClassName
{
background-color: #C220BE;
}
</style>
border-color css
<style>
span { border-color: #C220BE; }
span { border-color: rgb(194,32,190); }
td.TdClassName
{
border-color: #C220BE;
}
.TagClassName
{
border-color: #C220BE;
}
</style>