Shades of Deep Magenta #C60AB3
Tints of Deep Magenta #C60AB3
RGB
CMYK
RGB Variations
Color information
#C60AB3 (or 0xC60AB3) is known color: Deep Magenta. HEX triplet: C6, 0A and B3. RGB value is (198,10,179). Sum of RGB (Red+Green+Blue) = 198+10+179=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C60AB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60AB3 is #39F54C. Grayscale: #545454. Windows color (decimal): -3798349 or 11733702. OLE color: 11733702.
HSL color Cylindrical-coordinate representation of color #C60AB3: hue angle of 306.06º 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 #C60AB3 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 179 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.22 |
| HSL | 306.06º | 0.9% | 0.41% | - |
| HSV(B) | 306.06º | 0.95% | 0.78% | - |
| XYZ | 31.53 | 15.48 | 43.97 | - |
| YUV | 85.48 | 180.78 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 179 | 0 | 0.95 | 0.10 | 0.22 | 306.06 | 0.9 | 0.41 |
| Hex | C6 | A | B3 | 0 | 5F | A | 16 | 132 | 5A | 29 |
| Octal | 306 | 12 | 263 | 0 | 137 | 12 | 26 | 462 | 132 | 51 |
| Binary | 11000110 | 1010 | 10110011 | 0 | 1011111 | 1010 | 10110 | 100110010 | 1011010 | 101001 |
Color Harmonies of #C60AB3
Complementary color
Monochromatic Colors of #C60AB3
Black with #C60AB3
Text Example
Text Example
White with #C60AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60AB3; }
p { color: rgb(198,10,179); }
H1.HeaderClassName
{
color: #C60AB3;
}
.AnyTagClassName
{
color: #C60AB3;
}
</style>
background-color css
<style>
a { background-color: #C60AB3; }
a { background-color: rgb(198,10,179); }
div.DivClassName
{
background-color: #C60AB3;
}
.BgClassName
{
background-color: #C60AB3;
}
</style>
border-color css
<style>
span { border-color: #C60AB3; }
span { border-color: rgb(198,10,179); }
td.TdClassName
{
border-color: #C60AB3;
}
.TagClassName
{
border-color: #C60AB3;
}
</style>