Shades of Deep Magenta #C60FAB
Tints of Deep Magenta #C60FAB
RGB
CMYK
RGB Variations
Color information
#C60FAB (or 0xC60FAB) is known color: Deep Magenta. HEX triplet: C6, 0F and AB. RGB value is (198,15,171). Sum of RGB (Red+Green+Blue) = 198+15+171=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60FAB is #39F054. Grayscale: #575757. Windows color (decimal): -3797077 or 11210694. OLE color: 11210694.
HSL color Cylindrical-coordinate representation of color #C60FAB: hue angle of 308.85º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C60FAB is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 171 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.22 |
| HSL | 308.85º | 0.86% | 0.42% | - |
| HSV(B) | 308.85º | 0.92% | 0.78% | - |
| XYZ | 30.81 | 15.29 | 39.86 | - |
| YUV | 87.5 | 175.13 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 171 | 0 | 0.92 | 0.14 | 0.22 | 308.85 | 0.86 | 0.42 |
| Hex | C6 | F | AB | 0 | 5C | E | 16 | 135 | 56 | 2A |
| Octal | 306 | 17 | 253 | 0 | 134 | 16 | 26 | 465 | 126 | 52 |
| Binary | 11000110 | 1111 | 10101011 | 0 | 1011100 | 1110 | 10110 | 100110101 | 1010110 | 101010 |
Color Harmonies of #C60FAB
Complementary color
Monochromatic Colors of #C60FAB
Black with #C60FAB
Text Example
Text Example
White with #C60FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FAB; }
p { color: rgb(198,15,171); }
H1.HeaderClassName
{
color: #C60FAB;
}
.AnyTagClassName
{
color: #C60FAB;
}
</style>
background-color css
<style>
a { background-color: #C60FAB; }
a { background-color: rgb(198,15,171); }
div.DivClassName
{
background-color: #C60FAB;
}
.BgClassName
{
background-color: #C60FAB;
}
</style>
border-color css
<style>
span { border-color: #C60FAB; }
span { border-color: rgb(198,15,171); }
td.TdClassName
{
border-color: #C60FAB;
}
.TagClassName
{
border-color: #C60FAB;
}
</style>