Shades of Deep Magenta #C20DBB
Tints of Deep Magenta #C20DBB
RGB
CMYK
RGB Variations
Color information
#C20DBB (or 0xC20DBB) is known color: Deep Magenta. HEX triplet: C2, 0D and BB. RGB value is (194,13,187). Sum of RGB (Red+Green+Blue) = 194+13+187=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C20DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DBB is #3DF244. Grayscale: #565656. Windows color (decimal): -4059717 or 12258754. OLE color: 12258754.
HSL color Cylindrical-coordinate representation of color #C20DBB: hue angle of 302.32º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20DBB is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 187 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.24 |
| HSL | 302.32º | 0.87% | 0.41% | - |
| HSV(B) | 302.32º | 0.93% | 0.76% | - |
| XYZ | 31.36 | 15.35 | 48.32 | - |
| YUV | 86.96 | 184.47 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 187 | 0 | 0.93 | 0.04 | 0.24 | 302.32 | 0.87 | 0.41 |
| Hex | C2 | D | BB | 0 | 5D | 4 | 18 | 12E | 57 | 29 |
| Octal | 302 | 15 | 273 | 0 | 135 | 4 | 30 | 456 | 127 | 51 |
| Binary | 11000010 | 1101 | 10111011 | 0 | 1011101 | 100 | 11000 | 100101110 | 1010111 | 101001 |
Color Harmonies of #C20DBB
Complementary color
Monochromatic Colors of #C20DBB
Black with #C20DBB
Text Example
Text Example
White with #C20DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DBB; }
p { color: rgb(194,13,187); }
H1.HeaderClassName
{
color: #C20DBB;
}
.AnyTagClassName
{
color: #C20DBB;
}
</style>
background-color css
<style>
a { background-color: #C20DBB; }
a { background-color: rgb(194,13,187); }
div.DivClassName
{
background-color: #C20DBB;
}
.BgClassName
{
background-color: #C20DBB;
}
</style>
border-color css
<style>
span { border-color: #C20DBB; }
span { border-color: rgb(194,13,187); }
td.TdClassName
{
border-color: #C20DBB;
}
.TagClassName
{
border-color: #C20DBB;
}
</style>