Shades of Deep Magenta #C50CAD
Tints of Deep Magenta #C50CAD
RGB
CMYK
RGB Variations
Color information
#C50CAD (or 0xC50CAD) is known color: Deep Magenta. HEX triplet: C5, 0C and AD. RGB value is (197,12,173). Sum of RGB (Red+Green+Blue) = 197+12+173=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C50CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50CAD is #3AF352. Grayscale: #555555. Windows color (decimal): -3863379 or 11340997. OLE color: 11340997.
HSL color Cylindrical-coordinate representation of color #C50CAD: hue angle of 307.78º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50CAD is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 173 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.23 |
| HSL | 307.78º | 0.89% | 0.41% | - |
| HSV(B) | 307.78º | 0.94% | 0.77% | - |
| XYZ | 30.7 | 15.15 | 40.84 | - |
| YUV | 85.67 | 177.29 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 173 | 0 | 0.94 | 0.12 | 0.23 | 307.78 | 0.89 | 0.41 |
| Hex | C5 | C | AD | 0 | 5E | C | 17 | 134 | 59 | 29 |
| Octal | 305 | 14 | 255 | 0 | 136 | 14 | 27 | 464 | 131 | 51 |
| Binary | 11000101 | 1100 | 10101101 | 0 | 1011110 | 1100 | 10111 | 100110100 | 1011001 | 101001 |
Color Harmonies of #C50CAD
Complementary color
Monochromatic Colors of #C50CAD
Black with #C50CAD
Text Example
Text Example
White with #C50CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CAD; }
p { color: rgb(197,12,173); }
H1.HeaderClassName
{
color: #C50CAD;
}
.AnyTagClassName
{
color: #C50CAD;
}
</style>
background-color css
<style>
a { background-color: #C50CAD; }
a { background-color: rgb(197,12,173); }
div.DivClassName
{
background-color: #C50CAD;
}
.BgClassName
{
background-color: #C50CAD;
}
</style>
border-color css
<style>
span { border-color: #C50CAD; }
span { border-color: rgb(197,12,173); }
td.TdClassName
{
border-color: #C50CAD;
}
.TagClassName
{
border-color: #C50CAD;
}
</style>