Shades of Deep Magenta #C50DCA
Tints of Deep Magenta #C50DCA
RGB
CMYK
RGB Variations
Color information
#C50DCA (or 0xC50DCA) is known color: Deep Magenta. HEX triplet: C5, 0D and CA. RGB value is (197,13,202). Sum of RGB (Red+Green+Blue) = 197+13+202=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #C50DCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50DCA is #3AF235. Grayscale: #585858. Windows color (decimal): -3863094 or 13241797. OLE color: 13241797.
HSL color Cylindrical-coordinate representation of color #C50DCA: hue angle of 298.41º 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 #C50DCA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 13 | 202 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.21 |
| HSL | 298.41º | 0.88% | 0.42% | - |
| HSV(B) | 298.41º | 0.94% | 0.79% | - |
| XYZ | 33.83 | 16.42 | 57.26 | - |
| YUV | 89.56 | 191.46 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 202 | 0.02 | 0.94 | 0 | 0.21 | 298.41 | 0.88 | 0.42 |
| Hex | C5 | D | CA | 2 | 5E | 0 | 15 | 12A | 58 | 2A |
| Octal | 305 | 15 | 312 | 2 | 136 | 0 | 25 | 452 | 130 | 52 |
| Binary | 11000101 | 1101 | 11001010 | 10 | 1011110 | 0 | 10101 | 100101010 | 1011000 | 101010 |
Color Harmonies of #C50DCA
Complementary color
Monochromatic Colors of #C50DCA
Black with #C50DCA
Text Example
Text Example
White with #C50DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50DCA; }
p { color: rgb(197,13,202); }
H1.HeaderClassName
{
color: #C50DCA;
}
.AnyTagClassName
{
color: #C50DCA;
}
</style>
background-color css
<style>
a { background-color: #C50DCA; }
a { background-color: rgb(197,13,202); }
div.DivClassName
{
background-color: #C50DCA;
}
.BgClassName
{
background-color: #C50DCA;
}
</style>
border-color css
<style>
span { border-color: #C50DCA; }
span { border-color: rgb(197,13,202); }
td.TdClassName
{
border-color: #C50DCA;
}
.TagClassName
{
border-color: #C50DCA;
}
</style>