Shades of Deep Magenta #C220B7
Tints of Deep Magenta #C220B7
RGB
CMYK
RGB Variations
Color information
#C220B7 (or 0xC220B7) is known color: Deep Magenta. HEX triplet: C2, 20 and B7. RGB value is (194,32,183). Sum of RGB (Red+Green+Blue) = 194+32+183=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C220B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220B7 is #3DDF48. Grayscale: #616161. Windows color (decimal): -4054857 or 12001474. OLE color: 12001474.
HSL color Cylindrical-coordinate representation of color #C220B7: hue angle of 304.07º 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 #C220B7 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 183 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.24 |
| HSL | 304.07º | 0.72% | 0.44% | - |
| HSV(B) | 304.07º | 0.84% | 0.76% | - |
| XYZ | 31.31 | 15.92 | 46.22 | - |
| YUV | 97.65 | 176.17 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 183 | 0 | 0.84 | 0.06 | 0.24 | 304.07 | 0.72 | 0.44 |
| Hex | C2 | 20 | B7 | 0 | 54 | 6 | 18 | 130 | 48 | 2C |
| Octal | 302 | 40 | 267 | 0 | 124 | 6 | 30 | 460 | 110 | 54 |
| Binary | 11000010 | 100000 | 10110111 | 0 | 1010100 | 110 | 11000 | 100110000 | 1001000 | 101100 |
Color Harmonies of #C220B7
Complementary color
Monochromatic Colors of #C220B7
Black with #C220B7
Text Example
Text Example
White with #C220B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220B7; }
p { color: rgb(194,32,183); }
H1.HeaderClassName
{
color: #C220B7;
}
.AnyTagClassName
{
color: #C220B7;
}
</style>
background-color css
<style>
a { background-color: #C220B7; }
a { background-color: rgb(194,32,183); }
div.DivClassName
{
background-color: #C220B7;
}
.BgClassName
{
background-color: #C220B7;
}
</style>
border-color css
<style>
span { border-color: #C220B7; }
span { border-color: rgb(194,32,183); }
td.TdClassName
{
border-color: #C220B7;
}
.TagClassName
{
border-color: #C220B7;
}
</style>