Shades of Deep Magenta #C60ABF
Tints of Deep Magenta #C60ABF
RGB
CMYK
RGB Variations
Color information
#C60ABF (or 0xC60ABF) is known color: Deep Magenta. HEX triplet: C6, 0A and BF. RGB value is (198,10,191). Sum of RGB (Red+Green+Blue) = 198+10+191=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C60ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60ABF is #39F540. Grayscale: #565656. Windows color (decimal): -3798337 or 12520134. OLE color: 12520134.
HSL color Cylindrical-coordinate representation of color #C60ABF: hue angle of 302.23º 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 #C60ABF is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 191 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.22 |
| HSL | 302.23º | 0.9% | 0.41% | - |
| HSV(B) | 302.23º | 0.95% | 0.78% | - |
| XYZ | 32.8 | 15.98 | 50.65 | - |
| YUV | 86.85 | 186.78 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 191 | 0 | 0.95 | 0.04 | 0.22 | 302.23 | 0.9 | 0.41 |
| Hex | C6 | A | BF | 0 | 5F | 4 | 16 | 12E | 5A | 29 |
| Octal | 306 | 12 | 277 | 0 | 137 | 4 | 26 | 456 | 132 | 51 |
| Binary | 11000110 | 1010 | 10111111 | 0 | 1011111 | 100 | 10110 | 100101110 | 1011010 | 101001 |
Color Harmonies of #C60ABF
Complementary color
Monochromatic Colors of #C60ABF
Black with #C60ABF
Text Example
Text Example
White with #C60ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60ABF; }
p { color: rgb(198,10,191); }
H1.HeaderClassName
{
color: #C60ABF;
}
.AnyTagClassName
{
color: #C60ABF;
}
</style>
background-color css
<style>
a { background-color: #C60ABF; }
a { background-color: rgb(198,10,191); }
div.DivClassName
{
background-color: #C60ABF;
}
.BgClassName
{
background-color: #C60ABF;
}
</style>
border-color css
<style>
span { border-color: #C60ABF; }
span { border-color: rgb(198,10,191); }
td.TdClassName
{
border-color: #C60ABF;
}
.TagClassName
{
border-color: #C60ABF;
}
</style>