Shades of Deep Magenta #C60AAE
Tints of Deep Magenta #C60AAE
RGB
CMYK
RGB Variations
Color information
#C60AAE (or 0xC60AAE) is known color: Deep Magenta. HEX triplet: C6, 0A and AE. RGB value is (198,10,174). Sum of RGB (Red+Green+Blue) = 198+10+174=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C60AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60AAE is #39F551. Grayscale: #545454. Windows color (decimal): -3798354 or 11406022. OLE color: 11406022.
HSL color Cylindrical-coordinate representation of color #C60AAE: hue angle of 307.66º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60AAE is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 174 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.22 |
| HSL | 307.66º | 0.9% | 0.41% | - |
| HSV(B) | 307.66º | 0.95% | 0.78% | - |
| XYZ | 31.04 | 15.28 | 41.36 | - |
| YUV | 84.91 | 178.28 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 174 | 0 | 0.95 | 0.12 | 0.22 | 307.66 | 0.9 | 0.41 |
| Hex | C6 | A | AE | 0 | 5F | C | 16 | 134 | 5A | 29 |
| Octal | 306 | 12 | 256 | 0 | 137 | 14 | 26 | 464 | 132 | 51 |
| Binary | 11000110 | 1010 | 10101110 | 0 | 1011111 | 1100 | 10110 | 100110100 | 1011010 | 101001 |
Color Harmonies of #C60AAE
Complementary color
Monochromatic Colors of #C60AAE
Black with #C60AAE
Text Example
Text Example
White with #C60AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60AAE; }
p { color: rgb(198,10,174); }
H1.HeaderClassName
{
color: #C60AAE;
}
.AnyTagClassName
{
color: #C60AAE;
}
</style>
background-color css
<style>
a { background-color: #C60AAE; }
a { background-color: rgb(198,10,174); }
div.DivClassName
{
background-color: #C60AAE;
}
.BgClassName
{
background-color: #C60AAE;
}
</style>
border-color css
<style>
span { border-color: #C60AAE; }
span { border-color: rgb(198,10,174); }
td.TdClassName
{
border-color: #C60AAE;
}
.TagClassName
{
border-color: #C60AAE;
}
</style>