Shades of Deep Magenta #C20BC0
Tints of Deep Magenta #C20BC0
RGB
CMYK
RGB Variations
Color information
#C20BC0 (or 0xC20BC0) is known color: Deep Magenta. HEX triplet: C2, 0B and C0. RGB value is (194,11,192). Sum of RGB (Red+Green+Blue) = 194+11+192=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C20BC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BC0 is #3DF43F. Grayscale: #555555. Windows color (decimal): -4060224 or 12585922. OLE color: 12585922.
HSL color Cylindrical-coordinate representation of color #C20BC0: hue angle of 300.66º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20BC0 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 192 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.24 |
| HSL | 300.66º | 0.89% | 0.4% | - |
| HSV(B) | 300.66º | 0.94% | 0.76% | - |
| XYZ | 31.88 | 15.51 | 51.18 | - |
| YUV | 86.35 | 187.63 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 192 | 0 | 0.94 | 0.01 | 0.24 | 300.66 | 0.89 | 0.4 |
| Hex | C2 | B | C0 | 0 | 5E | 1 | 18 | 12D | 59 | 28 |
| Octal | 302 | 13 | 300 | 0 | 136 | 1 | 30 | 455 | 131 | 50 |
| Binary | 11000010 | 1011 | 11000000 | 0 | 1011110 | 1 | 11000 | 100101101 | 1011001 | 101000 |
Color Harmonies of #C20BC0
Complementary color
Monochromatic Colors of #C20BC0
Black with #C20BC0
Text Example
Text Example
White with #C20BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BC0; }
p { color: rgb(194,11,192); }
H1.HeaderClassName
{
color: #C20BC0;
}
.AnyTagClassName
{
color: #C20BC0;
}
</style>
background-color css
<style>
a { background-color: #C20BC0; }
a { background-color: rgb(194,11,192); }
div.DivClassName
{
background-color: #C20BC0;
}
.BgClassName
{
background-color: #C20BC0;
}
</style>
border-color css
<style>
span { border-color: #C20BC0; }
span { border-color: rgb(194,11,192); }
td.TdClassName
{
border-color: #C20BC0;
}
.TagClassName
{
border-color: #C20BC0;
}
</style>