Shades of Deep Magenta #C60AB6
Tints of Deep Magenta #C60AB6
RGB
CMYK
RGB Variations
Color information
#C60AB6 (or 0xC60AB6) is known color: Deep Magenta. HEX triplet: C6, 0A and B6. RGB value is (198,10,182). Sum of RGB (Red+Green+Blue) = 198+10+182=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C60AB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60AB6 is #39F549. Grayscale: #555555. Windows color (decimal): -3798346 or 11930310. OLE color: 11930310.
HSL color Cylindrical-coordinate representation of color #C60AB6: hue angle of 305.11º 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 #C60AB6 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 182 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.22 |
| HSL | 305.11º | 0.9% | 0.41% | - |
| HSV(B) | 305.11º | 0.95% | 0.78% | - |
| XYZ | 31.84 | 15.6 | 45.59 | - |
| YUV | 85.82 | 182.28 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 182 | 0 | 0.95 | 0.08 | 0.22 | 305.11 | 0.9 | 0.41 |
| Hex | C6 | A | B6 | 0 | 5F | 8 | 16 | 131 | 5A | 29 |
| Octal | 306 | 12 | 266 | 0 | 137 | 10 | 26 | 461 | 132 | 51 |
| Binary | 11000110 | 1010 | 10110110 | 0 | 1011111 | 1000 | 10110 | 100110001 | 1011010 | 101001 |
Color Harmonies of #C60AB6
Complementary color
Monochromatic Colors of #C60AB6
Black with #C60AB6
Text Example
Text Example
White with #C60AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60AB6; }
p { color: rgb(198,10,182); }
H1.HeaderClassName
{
color: #C60AB6;
}
.AnyTagClassName
{
color: #C60AB6;
}
</style>
background-color css
<style>
a { background-color: #C60AB6; }
a { background-color: rgb(198,10,182); }
div.DivClassName
{
background-color: #C60AB6;
}
.BgClassName
{
background-color: #C60AB6;
}
</style>
border-color css
<style>
span { border-color: #C60AB6; }
span { border-color: rgb(198,10,182); }
td.TdClassName
{
border-color: #C60AB6;
}
.TagClassName
{
border-color: #C60AB6;
}
</style>