Shades of Deep Magenta #C60BBC
Tints of Deep Magenta #C60BBC
RGB
CMYK
RGB Variations
Color information
#C60BBC (or 0xC60BBC) is known color: Deep Magenta. HEX triplet: C6, 0B and BC. RGB value is (198,11,188). Sum of RGB (Red+Green+Blue) = 198+11+188=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C60BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BBC is #39F443. Grayscale: #565656. Windows color (decimal): -3798084 or 12323782. OLE color: 12323782.
HSL color Cylindrical-coordinate representation of color #C60BBC: hue angle of 303.21º 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 #C60BBC is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 188 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.22 |
| HSL | 303.21º | 0.89% | 0.41% | - |
| HSV(B) | 303.21º | 0.94% | 0.78% | - |
| XYZ | 32.49 | 15.88 | 48.93 | - |
| YUV | 87.09 | 184.95 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 188 | 0 | 0.94 | 0.05 | 0.22 | 303.21 | 0.89 | 0.41 |
| Hex | C6 | B | BC | 0 | 5E | 5 | 16 | 12F | 59 | 29 |
| Octal | 306 | 13 | 274 | 0 | 136 | 5 | 26 | 457 | 131 | 51 |
| Binary | 11000110 | 1011 | 10111100 | 0 | 1011110 | 101 | 10110 | 100101111 | 1011001 | 101001 |
Color Harmonies of #C60BBC
Complementary color
Monochromatic Colors of #C60BBC
Black with #C60BBC
Text Example
Text Example
White with #C60BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BBC; }
p { color: rgb(198,11,188); }
H1.HeaderClassName
{
color: #C60BBC;
}
.AnyTagClassName
{
color: #C60BBC;
}
</style>
background-color css
<style>
a { background-color: #C60BBC; }
a { background-color: rgb(198,11,188); }
div.DivClassName
{
background-color: #C60BBC;
}
.BgClassName
{
background-color: #C60BBC;
}
</style>
border-color css
<style>
span { border-color: #C60BBC; }
span { border-color: rgb(198,11,188); }
td.TdClassName
{
border-color: #C60BBC;
}
.TagClassName
{
border-color: #C60BBC;
}
</style>