Shades of Deep Magenta #C220B8
Tints of Deep Magenta #C220B8
RGB
CMYK
RGB Variations
Color information
#C220B8 (or 0xC220B8) is known color: Deep Magenta. HEX triplet: C2, 20 and B8. RGB value is (194,32,184). Sum of RGB (Red+Green+Blue) = 194+32+184=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 184 (72.27% from 255 or 44.88% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C220B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220B8 is #3DDF47. Grayscale: #616161. Windows color (decimal): -4054856 or 12067010. OLE color: 12067010.
HSL color Cylindrical-coordinate representation of color #C220B8: hue angle of 303.7º 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 #C220B8 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 184 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.24 |
| HSL | 303.7º | 0.72% | 0.44% | - |
| HSV(B) | 303.7º | 0.84% | 0.76% | - |
| XYZ | 31.42 | 15.96 | 46.77 | - |
| YUV | 97.77 | 176.67 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 184 | 0 | 0.84 | 0.05 | 0.24 | 303.7 | 0.72 | 0.44 |
| Hex | C2 | 20 | B8 | 0 | 54 | 5 | 18 | 130 | 48 | 2C |
| Octal | 302 | 40 | 270 | 0 | 124 | 5 | 30 | 460 | 110 | 54 |
| Binary | 11000010 | 100000 | 10111000 | 0 | 1010100 | 101 | 11000 | 100110000 | 1001000 | 101100 |
Color Harmonies of #C220B8
Complementary color
Monochromatic Colors of #C220B8
Black with #C220B8
Text Example
Text Example
White with #C220B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220B8; }
p { color: rgb(194,32,184); }
H1.HeaderClassName
{
color: #C220B8;
}
.AnyTagClassName
{
color: #C220B8;
}
</style>
background-color css
<style>
a { background-color: #C220B8; }
a { background-color: rgb(194,32,184); }
div.DivClassName
{
background-color: #C220B8;
}
.BgClassName
{
background-color: #C220B8;
}
</style>
border-color css
<style>
span { border-color: #C220B8; }
span { border-color: rgb(194,32,184); }
td.TdClassName
{
border-color: #C220B8;
}
.TagClassName
{
border-color: #C220B8;
}
</style>