Shades of Deep Magenta #C220BC
Tints of Deep Magenta #C220BC
RGB
CMYK
RGB Variations
Color information
#C220BC (or 0xC220BC) is known color: Deep Magenta. HEX triplet: C2, 20 and BC. RGB value is (194,32,188). Sum of RGB (Red+Green+Blue) = 194+32+188=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C220BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220BC is #3DDF43. Grayscale: #616161. Windows color (decimal): -4054852 or 12329154. OLE color: 12329154.
HSL color Cylindrical-coordinate representation of color #C220BC: hue angle of 302.22º 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 #C220BC is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 188 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.24 |
| HSL | 302.22º | 0.72% | 0.44% | - |
| HSV(B) | 302.22º | 0.84% | 0.76% | - |
| XYZ | 31.84 | 16.13 | 49.01 | - |
| YUV | 98.22 | 178.67 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 188 | 0 | 0.84 | 0.03 | 0.24 | 302.22 | 0.72 | 0.44 |
| Hex | C2 | 20 | BC | 0 | 54 | 3 | 18 | 12E | 48 | 2C |
| Octal | 302 | 40 | 274 | 0 | 124 | 3 | 30 | 456 | 110 | 54 |
| Binary | 11000010 | 100000 | 10111100 | 0 | 1010100 | 11 | 11000 | 100101110 | 1001000 | 101100 |
Color Harmonies of #C220BC
Complementary color
Monochromatic Colors of #C220BC
Black with #C220BC
Text Example
Text Example
White with #C220BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220BC; }
p { color: rgb(194,32,188); }
H1.HeaderClassName
{
color: #C220BC;
}
.AnyTagClassName
{
color: #C220BC;
}
</style>
background-color css
<style>
a { background-color: #C220BC; }
a { background-color: rgb(194,32,188); }
div.DivClassName
{
background-color: #C220BC;
}
.BgClassName
{
background-color: #C220BC;
}
</style>
border-color css
<style>
span { border-color: #C220BC; }
span { border-color: rgb(194,32,188); }
td.TdClassName
{
border-color: #C220BC;
}
.TagClassName
{
border-color: #C220BC;
}
</style>