Shades of Deep Magenta #C60DAE
Tints of Deep Magenta #C60DAE
RGB
CMYK
RGB Variations
Color information
#C60DAE (or 0xC60DAE) is known color: Deep Magenta. HEX triplet: C6, 0D and AE. RGB value is (198,13,174). Sum of RGB (Red+Green+Blue) = 198+13+174=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C60DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60DAE is #39F251. Grayscale: #565656. Windows color (decimal): -3797586 or 11406790. OLE color: 11406790.
HSL color Cylindrical-coordinate representation of color #C60DAE: hue angle of 307.78º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60DAE is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 174 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.22 |
| HSL | 307.78º | 0.88% | 0.41% | - |
| HSV(B) | 307.78º | 0.93% | 0.78% | - |
| XYZ | 31.07 | 15.35 | 41.37 | - |
| YUV | 86.67 | 177.29 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 174 | 0 | 0.93 | 0.12 | 0.22 | 307.78 | 0.88 | 0.41 |
| Hex | C6 | D | AE | 0 | 5D | C | 16 | 134 | 58 | 29 |
| Octal | 306 | 15 | 256 | 0 | 135 | 14 | 26 | 464 | 130 | 51 |
| Binary | 11000110 | 1101 | 10101110 | 0 | 1011101 | 1100 | 10110 | 100110100 | 1011000 | 101001 |
Color Harmonies of #C60DAE
Complementary color
Monochromatic Colors of #C60DAE
Black with #C60DAE
Text Example
Text Example
White with #C60DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DAE; }
p { color: rgb(198,13,174); }
H1.HeaderClassName
{
color: #C60DAE;
}
.AnyTagClassName
{
color: #C60DAE;
}
</style>
background-color css
<style>
a { background-color: #C60DAE; }
a { background-color: rgb(198,13,174); }
div.DivClassName
{
background-color: #C60DAE;
}
.BgClassName
{
background-color: #C60DAE;
}
</style>
border-color css
<style>
span { border-color: #C60DAE; }
span { border-color: rgb(198,13,174); }
td.TdClassName
{
border-color: #C60DAE;
}
.TagClassName
{
border-color: #C60DAE;
}
</style>