Shades of Deep Magenta #C20DCA
Tints of Deep Magenta #C20DCA
RGB
CMYK
RGB Variations
Color information
#C20DCA (or 0xC20DCA) is known color: Deep Magenta. HEX triplet: C2, 0D and CA. RGB value is (194,13,202). Sum of RGB (Red+Green+Blue) = 194+13+202=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #C20DCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DCA is #3DF235. Grayscale: #585858. Windows color (decimal): -4059702 or 13241794. OLE color: 13241794.
HSL color Cylindrical-coordinate representation of color #C20DCA: hue angle of 297.46º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20DCA is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 13 | 202 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.21 |
| HSL | 297.46º | 0.88% | 0.42% | - |
| HSV(B) | 297.46º | 0.94% | 0.79% | - |
| XYZ | 33.05 | 16.02 | 57.23 | - |
| YUV | 88.67 | 191.97 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 202 | 0.04 | 0.94 | 0 | 0.21 | 297.46 | 0.88 | 0.42 |
| Hex | C2 | D | CA | 4 | 5E | 0 | 15 | 129 | 58 | 2A |
| Octal | 302 | 15 | 312 | 4 | 136 | 0 | 25 | 451 | 130 | 52 |
| Binary | 11000010 | 1101 | 11001010 | 100 | 1011110 | 0 | 10101 | 100101001 | 1011000 | 101010 |
Color Harmonies of #C20DCA
Complementary color
Monochromatic Colors of #C20DCA
Black with #C20DCA
Text Example
Text Example
White with #C20DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DCA; }
p { color: rgb(194,13,202); }
H1.HeaderClassName
{
color: #C20DCA;
}
.AnyTagClassName
{
color: #C20DCA;
}
</style>
background-color css
<style>
a { background-color: #C20DCA; }
a { background-color: rgb(194,13,202); }
div.DivClassName
{
background-color: #C20DCA;
}
.BgClassName
{
background-color: #C20DCA;
}
</style>
border-color css
<style>
span { border-color: #C20DCA; }
span { border-color: rgb(194,13,202); }
td.TdClassName
{
border-color: #C20DCA;
}
.TagClassName
{
border-color: #C20DCA;
}
</style>