Shades of Deep Magenta #C20CB7
Tints of Deep Magenta #C20CB7
RGB
CMYK
RGB Variations
Color information
#C20CB7 (or 0xC20CB7) is known color: Deep Magenta. HEX triplet: C2, 0C and B7. RGB value is (194,12,183). Sum of RGB (Red+Green+Blue) = 194+12+183=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C20CB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CB7 is #3DF348. Grayscale: #555555. Windows color (decimal): -4059977 or 11996354. OLE color: 11996354.
HSL color Cylindrical-coordinate representation of color #C20CB7: hue angle of 303.63º degrees, saturation: 0.88, 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 #C20CB7 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 183 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.24 |
| HSL | 303.63º | 0.88% | 0.4% | - |
| HSV(B) | 303.63º | 0.94% | 0.76% | - |
| XYZ | 30.93 | 15.15 | 46.09 | - |
| YUV | 85.91 | 182.8 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 183 | 0 | 0.94 | 0.06 | 0.24 | 303.63 | 0.88 | 0.4 |
| Hex | C2 | C | B7 | 0 | 5E | 6 | 18 | 130 | 58 | 28 |
| Octal | 302 | 14 | 267 | 0 | 136 | 6 | 30 | 460 | 130 | 50 |
| Binary | 11000010 | 1100 | 10110111 | 0 | 1011110 | 110 | 11000 | 100110000 | 1011000 | 101000 |
Color Harmonies of #C20CB7
Complementary color
Monochromatic Colors of #C20CB7
Black with #C20CB7
Text Example
Text Example
White with #C20CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CB7; }
p { color: rgb(194,12,183); }
H1.HeaderClassName
{
color: #C20CB7;
}
.AnyTagClassName
{
color: #C20CB7;
}
</style>
background-color css
<style>
a { background-color: #C20CB7; }
a { background-color: rgb(194,12,183); }
div.DivClassName
{
background-color: #C20CB7;
}
.BgClassName
{
background-color: #C20CB7;
}
</style>
border-color css
<style>
span { border-color: #C20CB7; }
span { border-color: rgb(194,12,183); }
td.TdClassName
{
border-color: #C20CB7;
}
.TagClassName
{
border-color: #C20CB7;
}
</style>