Shades of Deep Magenta #C50CAE
Tints of Deep Magenta #C50CAE
RGB
CMYK
RGB Variations
Color information
#C50CAE (or 0xC50CAE) is known color: Deep Magenta. HEX triplet: C5, 0C and AE. RGB value is (197,12,174). Sum of RGB (Red+Green+Blue) = 197+12+174=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C50CAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50CAE is #3AF351. Grayscale: #555555. Windows color (decimal): -3863378 or 11406533. OLE color: 11406533.
HSL color Cylindrical-coordinate representation of color #C50CAE: hue angle of 307.46º 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 #C50CAE is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 174 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.23 |
| HSL | 307.46º | 0.89% | 0.41% | - |
| HSV(B) | 307.46º | 0.94% | 0.77% | - |
| XYZ | 30.8 | 15.19 | 41.35 | - |
| YUV | 85.78 | 177.79 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 174 | 0 | 0.94 | 0.12 | 0.23 | 307.46 | 0.89 | 0.41 |
| Hex | C5 | C | AE | 0 | 5E | C | 17 | 133 | 59 | 29 |
| Octal | 305 | 14 | 256 | 0 | 136 | 14 | 27 | 463 | 131 | 51 |
| Binary | 11000101 | 1100 | 10101110 | 0 | 1011110 | 1100 | 10111 | 100110011 | 1011001 | 101001 |
Color Harmonies of #C50CAE
Complementary color
Monochromatic Colors of #C50CAE
Black with #C50CAE
Text Example
Text Example
White with #C50CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50CAE; }
p { color: rgb(197,12,174); }
H1.HeaderClassName
{
color: #C50CAE;
}
.AnyTagClassName
{
color: #C50CAE;
}
</style>
background-color css
<style>
a { background-color: #C50CAE; }
a { background-color: rgb(197,12,174); }
div.DivClassName
{
background-color: #C50CAE;
}
.BgClassName
{
background-color: #C50CAE;
}
</style>
border-color css
<style>
span { border-color: #C50CAE; }
span { border-color: rgb(197,12,174); }
td.TdClassName
{
border-color: #C50CAE;
}
.TagClassName
{
border-color: #C50CAE;
}
</style>