Shades of Deep Magenta #C50AD6
Tints of Deep Magenta #C50AD6
RGB
CMYK
RGB Variations
Color information
#C50AD6 (or 0xC50AD6) is known color: Deep Magenta. HEX triplet: C5, 0A and D6. RGB value is (197,10,214). Sum of RGB (Red+Green+Blue) = 197+10+214=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #C50AD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50AD6 is #3AF529. Grayscale: #585858. Windows color (decimal): -3863850 or 14027461. OLE color: 14027461.
HSL color Cylindrical-coordinate representation of color #C50AD6: hue angle of 295º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50AD6 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 10 | 214 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.16 |
| HSL | 295º | 0.91% | 0.44% | - |
| HSV(B) | 295º | 0.95% | 0.84% | - |
| XYZ | 35.27 | 16.94 | 65.03 | - |
| YUV | 89.17 | 198.45 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 214 | 0.08 | 0.95 | 0 | 0.16 | 295 | 0.91 | 0.44 |
| Hex | C5 | A | D6 | 8 | 5F | 0 | 10 | 127 | 5B | 2C |
| Octal | 305 | 12 | 326 | 10 | 137 | 0 | 20 | 447 | 133 | 54 |
| Binary | 11000101 | 1010 | 11010110 | 1000 | 1011111 | 0 | 10000 | 100100111 | 1011011 | 101100 |
Color Harmonies of #C50AD6
Complementary color
Monochromatic Colors of #C50AD6
Black with #C50AD6
Text Example
Text Example
White with #C50AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50AD6; }
p { color: rgb(197,10,214); }
H1.HeaderClassName
{
color: #C50AD6;
}
.AnyTagClassName
{
color: #C50AD6;
}
</style>
background-color css
<style>
a { background-color: #C50AD6; }
a { background-color: rgb(197,10,214); }
div.DivClassName
{
background-color: #C50AD6;
}
.BgClassName
{
background-color: #C50AD6;
}
</style>
border-color css
<style>
span { border-color: #C50AD6; }
span { border-color: rgb(197,10,214); }
td.TdClassName
{
border-color: #C50AD6;
}
.TagClassName
{
border-color: #C50AD6;
}
</style>