Shades of Deep Magenta #C50DAE
Tints of Deep Magenta #C50DAE
RGB
CMYK
RGB Variations
Color information
#C50DAE (or 0xC50DAE) is known color: Deep Magenta. HEX triplet: C5, 0D and AE. RGB value is (197,13,174). Sum of RGB (Red+Green+Blue) = 197+13+174=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C50DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50DAE is #3AF251. Grayscale: #555555. Windows color (decimal): -3863122 or 11406789. OLE color: 11406789.
HSL color Cylindrical-coordinate representation of color #C50DAE: hue angle of 307.5º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50DAE is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 174 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.23 |
| HSL | 307.5º | 0.88% | 0.41% | - |
| HSV(B) | 307.5º | 0.93% | 0.77% | - |
| XYZ | 30.81 | 15.21 | 41.36 | - |
| YUV | 86.37 | 177.46 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 174 | 0 | 0.93 | 0.12 | 0.23 | 307.5 | 0.88 | 0.41 |
| Hex | C5 | D | AE | 0 | 5D | C | 17 | 134 | 58 | 29 |
| Octal | 305 | 15 | 256 | 0 | 135 | 14 | 27 | 464 | 130 | 51 |
| Binary | 11000101 | 1101 | 10101110 | 0 | 1011101 | 1100 | 10111 | 100110100 | 1011000 | 101001 |
Color Harmonies of #C50DAE
Complementary color
Monochromatic Colors of #C50DAE
Black with #C50DAE
Text Example
Text Example
White with #C50DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50DAE; }
p { color: rgb(197,13,174); }
H1.HeaderClassName
{
color: #C50DAE;
}
.AnyTagClassName
{
color: #C50DAE;
}
</style>
background-color css
<style>
a { background-color: #C50DAE; }
a { background-color: rgb(197,13,174); }
div.DivClassName
{
background-color: #C50DAE;
}
.BgClassName
{
background-color: #C50DAE;
}
</style>
border-color css
<style>
span { border-color: #C50DAE; }
span { border-color: rgb(197,13,174); }
td.TdClassName
{
border-color: #C50DAE;
}
.TagClassName
{
border-color: #C50DAE;
}
</style>