Shades of Deep Magenta #C60CBB
Tints of Deep Magenta #C60CBB
RGB
CMYK
RGB Variations
Color information
#C60CBB (or 0xC60CBB) is known color: Deep Magenta. HEX triplet: C6, 0C and BB. RGB value is (198,12,187). Sum of RGB (Red+Green+Blue) = 198+12+187=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C60CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60CBB is #39F344. Grayscale: #575757. Windows color (decimal): -3797829 or 12258502. OLE color: 12258502.
HSL color Cylindrical-coordinate representation of color #C60CBB: hue angle of 303.55º 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 #C60CBB is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 12 | 187 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.22 |
| HSL | 303.55º | 0.89% | 0.41% | - |
| HSV(B) | 303.55º | 0.94% | 0.78% | - |
| XYZ | 32.39 | 15.86 | 48.37 | - |
| YUV | 87.56 | 184.12 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 12 | 187 | 0 | 0.94 | 0.06 | 0.22 | 303.55 | 0.89 | 0.41 |
| Hex | C6 | C | BB | 0 | 5E | 6 | 16 | 130 | 59 | 29 |
| Octal | 306 | 14 | 273 | 0 | 136 | 6 | 26 | 460 | 131 | 51 |
| Binary | 11000110 | 1100 | 10111011 | 0 | 1011110 | 110 | 10110 | 100110000 | 1011001 | 101001 |
Color Harmonies of #C60CBB
Complementary color
Monochromatic Colors of #C60CBB
Black with #C60CBB
Text Example
Text Example
White with #C60CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60CBB; }
p { color: rgb(198,12,187); }
H1.HeaderClassName
{
color: #C60CBB;
}
.AnyTagClassName
{
color: #C60CBB;
}
</style>
background-color css
<style>
a { background-color: #C60CBB; }
a { background-color: rgb(198,12,187); }
div.DivClassName
{
background-color: #C60CBB;
}
.BgClassName
{
background-color: #C60CBB;
}
</style>
border-color css
<style>
span { border-color: #C60CBB; }
span { border-color: rgb(198,12,187); }
td.TdClassName
{
border-color: #C60CBB;
}
.TagClassName
{
border-color: #C60CBB;
}
</style>