Shades of Deep Magenta #C20BDE
Tints of Deep Magenta #C20BDE
RGB
CMYK
RGB Variations
Color information
#C20BDE (or 0xC20BDE) is known color: Deep Magenta. HEX triplet: C2, 0B and DE. RGB value is (194,11,222). Sum of RGB (Red+Green+Blue) = 194+11+222=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #C20BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BDE is #3DF421. Grayscale: #595959. Windows color (decimal): -4060194 or 14552002. OLE color: 14552002.
HSL color Cylindrical-coordinate representation of color #C20BDE: hue angle of 292.04º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BDE is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 11 | 222 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.13 |
| HSL | 292.04º | 0.91% | 0.46% | - |
| HSV(B) | 292.04º | 0.95% | 0.87% | - |
| XYZ | 35.55 | 16.98 | 70.51 | - |
| YUV | 89.77 | 202.63 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 222 | 0.13 | 0.95 | 0 | 0.13 | 292.04 | 0.91 | 0.46 |
| Hex | C2 | B | DE | D | 5F | 0 | D | 124 | 5B | 2E |
| Octal | 302 | 13 | 336 | 15 | 137 | 0 | 15 | 444 | 133 | 56 |
| Binary | 11000010 | 1011 | 11011110 | 1101 | 1011111 | 0 | 1101 | 100100100 | 1011011 | 101110 |
Color Harmonies of #C20BDE
Complementary color
Monochromatic Colors of #C20BDE
Black with #C20BDE
Text Example
Text Example
White with #C20BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BDE; }
p { color: rgb(194,11,222); }
H1.HeaderClassName
{
color: #C20BDE;
}
.AnyTagClassName
{
color: #C20BDE;
}
</style>
background-color css
<style>
a { background-color: #C20BDE; }
a { background-color: rgb(194,11,222); }
div.DivClassName
{
background-color: #C20BDE;
}
.BgClassName
{
background-color: #C20BDE;
}
</style>
border-color css
<style>
span { border-color: #C20BDE; }
span { border-color: rgb(194,11,222); }
td.TdClassName
{
border-color: #C20BDE;
}
.TagClassName
{
border-color: #C20BDE;
}
</style>