Shades of Deep Magenta #C20DCB
Tints of Deep Magenta #C20DCB
RGB
CMYK
RGB Variations
Color information
#C20DCB (or 0xC20DCB) is known color: Deep Magenta. HEX triplet: C2, 0D and CB. RGB value is (194,13,203). Sum of RGB (Red+Green+Blue) = 194+13+203=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #C20DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DCB is #3DF234. Grayscale: #585858. Windows color (decimal): -4059701 or 13307330. OLE color: 13307330.
HSL color Cylindrical-coordinate representation of color #C20DCB: hue angle of 297.16º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20DCB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 13 | 203 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.20 |
| HSL | 297.16º | 0.88% | 0.42% | - |
| HSV(B) | 297.16º | 0.94% | 0.8% | - |
| XYZ | 33.17 | 16.07 | 57.85 | - |
| YUV | 88.78 | 192.47 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 203 | 0.04 | 0.94 | 0 | 0.20 | 297.16 | 0.88 | 0.42 |
| Hex | C2 | D | CB | 4 | 5E | 0 | 14 | 129 | 58 | 2A |
| Octal | 302 | 15 | 313 | 4 | 136 | 0 | 24 | 451 | 130 | 52 |
| Binary | 11000010 | 1101 | 11001011 | 100 | 1011110 | 0 | 10100 | 100101001 | 1011000 | 101010 |
Color Harmonies of #C20DCB
Complementary color
Monochromatic Colors of #C20DCB
Black with #C20DCB
Text Example
Text Example
White with #C20DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DCB; }
p { color: rgb(194,13,203); }
H1.HeaderClassName
{
color: #C20DCB;
}
.AnyTagClassName
{
color: #C20DCB;
}
</style>
background-color css
<style>
a { background-color: #C20DCB; }
a { background-color: rgb(194,13,203); }
div.DivClassName
{
background-color: #C20DCB;
}
.BgClassName
{
background-color: #C20DCB;
}
</style>
border-color css
<style>
span { border-color: #C20DCB; }
span { border-color: rgb(194,13,203); }
td.TdClassName
{
border-color: #C20DCB;
}
.TagClassName
{
border-color: #C20DCB;
}
</style>