Shades of Deep Magenta #C60BC0
Tints of Deep Magenta #C60BC0
RGB
CMYK
RGB Variations
Color information
#C60BC0 (or 0xC60BC0) is known color: Deep Magenta. HEX triplet: C6, 0B and C0. RGB value is (198,11,192). Sum of RGB (Red+Green+Blue) = 198+11+192=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C60BC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BC0 is #39F43F. Grayscale: #575757. Windows color (decimal): -3798080 or 12585926. OLE color: 12585926.
HSL color Cylindrical-coordinate representation of color #C60BC0: hue angle of 301.93º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60BC0 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 192 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.22 |
| HSL | 301.93º | 0.89% | 0.41% | - |
| HSV(B) | 301.93º | 0.94% | 0.78% | - |
| XYZ | 32.92 | 16.05 | 51.23 | - |
| YUV | 87.55 | 186.95 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 192 | 0 | 0.94 | 0.03 | 0.22 | 301.93 | 0.89 | 0.41 |
| Hex | C6 | B | C0 | 0 | 5E | 3 | 16 | 12E | 59 | 29 |
| Octal | 306 | 13 | 300 | 0 | 136 | 3 | 26 | 456 | 131 | 51 |
| Binary | 11000110 | 1011 | 11000000 | 0 | 1011110 | 11 | 10110 | 100101110 | 1011001 | 101001 |
Color Harmonies of #C60BC0
Complementary color
Monochromatic Colors of #C60BC0
Black with #C60BC0
Text Example
Text Example
White with #C60BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BC0; }
p { color: rgb(198,11,192); }
H1.HeaderClassName
{
color: #C60BC0;
}
.AnyTagClassName
{
color: #C60BC0;
}
</style>
background-color css
<style>
a { background-color: #C60BC0; }
a { background-color: rgb(198,11,192); }
div.DivClassName
{
background-color: #C60BC0;
}
.BgClassName
{
background-color: #C60BC0;
}
</style>
border-color css
<style>
span { border-color: #C60BC0; }
span { border-color: rgb(198,11,192); }
td.TdClassName
{
border-color: #C60BC0;
}
.TagClassName
{
border-color: #C60BC0;
}
</style>