Shades of Deep Magenta #C60AAB
Tints of Deep Magenta #C60AAB
RGB
CMYK
RGB Variations
Color information
#C60AAB (or 0xC60AAB) is known color: Deep Magenta. HEX triplet: C6, 0A and AB. RGB value is (198,10,171). Sum of RGB (Red+Green+Blue) = 198+10+171=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C60AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60AAB is #39F554. Grayscale: #545454. Windows color (decimal): -3798357 or 11209414. OLE color: 11209414.
HSL color Cylindrical-coordinate representation of color #C60AAB: hue angle of 308.62º 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 #C60AAB is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 171 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.22 |
| HSL | 308.62º | 0.9% | 0.41% | - |
| HSV(B) | 308.62º | 0.95% | 0.78% | - |
| XYZ | 30.75 | 15.16 | 39.83 | - |
| YUV | 84.57 | 176.78 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 171 | 0 | 0.95 | 0.14 | 0.22 | 308.62 | 0.9 | 0.41 |
| Hex | C6 | A | AB | 0 | 5F | E | 16 | 135 | 5A | 29 |
| Octal | 306 | 12 | 253 | 0 | 137 | 16 | 26 | 465 | 132 | 51 |
| Binary | 11000110 | 1010 | 10101011 | 0 | 1011111 | 1110 | 10110 | 100110101 | 1011010 | 101001 |
Color Harmonies of #C60AAB
Complementary color
Monochromatic Colors of #C60AAB
Black with #C60AAB
Text Example
Text Example
White with #C60AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60AAB; }
p { color: rgb(198,10,171); }
H1.HeaderClassName
{
color: #C60AAB;
}
.AnyTagClassName
{
color: #C60AAB;
}
</style>
background-color css
<style>
a { background-color: #C60AAB; }
a { background-color: rgb(198,10,171); }
div.DivClassName
{
background-color: #C60AAB;
}
.BgClassName
{
background-color: #C60AAB;
}
</style>
border-color css
<style>
span { border-color: #C60AAB; }
span { border-color: rgb(198,10,171); }
td.TdClassName
{
border-color: #C60AAB;
}
.TagClassName
{
border-color: #C60AAB;
}
</style>