Shades of Deep Magenta #C50CD6
Tints of Deep Magenta #C50CD6
RGB
CMYK
RGB Variations
Color information
#C50CD6 (or 0xC50CD6) is known color: Deep Magenta. HEX triplet: C5, 0C and D6. RGB value is (197,12,214). Sum of RGB (Red+Green+Blue) = 197+12+214=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #C50CD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50CD6 is #3AF329. Grayscale: #595959. Windows color (decimal): -3863338 or 14027973. OLE color: 14027973.
HSL color Cylindrical-coordinate representation of color #C50CD6: hue angle of 294.95º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50CD6 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 12 | 214 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.16 |
| HSL | 294.95º | 0.89% | 0.44% | - |
| HSV(B) | 294.95º | 0.94% | 0.84% | - |
| XYZ | 35.3 | 16.99 | 65.04 | - |
| YUV | 90.34 | 197.79 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 214 | 0.08 | 0.94 | 0 | 0.16 | 294.95 | 0.89 | 0.44 |
| Hex | C5 | C | D6 | 8 | 5E | 0 | 10 | 127 | 59 | 2C |
| Octal | 305 | 14 | 326 | 10 | 136 | 0 | 20 | 447 | 131 | 54 |
| Binary | 11000101 | 1100 | 11010110 | 1000 | 1011110 | 0 | 10000 | 100100111 | 1011001 | 101100 |
Color Harmonies of #C50CD6
Complementary color
Monochromatic Colors of #C50CD6
Black with #C50CD6
Text Example
Text Example
White with #C50CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CD6; }
p { color: rgb(197,12,214); }
H1.HeaderClassName
{
color: #C50CD6;
}
.AnyTagClassName
{
color: #C50CD6;
}
</style>
background-color css
<style>
a { background-color: #C50CD6; }
a { background-color: rgb(197,12,214); }
div.DivClassName
{
background-color: #C50CD6;
}
.BgClassName
{
background-color: #C50CD6;
}
</style>
border-color css
<style>
span { border-color: #C50CD6; }
span { border-color: rgb(197,12,214); }
td.TdClassName
{
border-color: #C50CD6;
}
.TagClassName
{
border-color: #C50CD6;
}
</style>