Shades of Deep Magenta #C60BBB
Tints of Deep Magenta #C60BBB
RGB
CMYK
RGB Variations
Color information
#C60BBB (or 0xC60BBB) is known color: Deep Magenta. HEX triplet: C6, 0B and BB. RGB value is (198,11,187). Sum of RGB (Red+Green+Blue) = 198+11+187=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C60BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BBB is #39F444. Grayscale: #565656. Windows color (decimal): -3798085 or 12258246. OLE color: 12258246.
HSL color Cylindrical-coordinate representation of color #C60BBB: hue angle of 303.53º 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 #C60BBB is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 187 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.22 |
| HSL | 303.53º | 0.89% | 0.41% | - |
| HSV(B) | 303.53º | 0.94% | 0.78% | - |
| XYZ | 32.38 | 15.83 | 48.36 | - |
| YUV | 86.98 | 184.45 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 187 | 0 | 0.94 | 0.06 | 0.22 | 303.53 | 0.89 | 0.41 |
| Hex | C6 | B | BB | 0 | 5E | 6 | 16 | 130 | 59 | 29 |
| Octal | 306 | 13 | 273 | 0 | 136 | 6 | 26 | 460 | 131 | 51 |
| Binary | 11000110 | 1011 | 10111011 | 0 | 1011110 | 110 | 10110 | 100110000 | 1011001 | 101001 |
Color Harmonies of #C60BBB
Complementary color
Monochromatic Colors of #C60BBB
Black with #C60BBB
Text Example
Text Example
White with #C60BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BBB; }
p { color: rgb(198,11,187); }
H1.HeaderClassName
{
color: #C60BBB;
}
.AnyTagClassName
{
color: #C60BBB;
}
</style>
background-color css
<style>
a { background-color: #C60BBB; }
a { background-color: rgb(198,11,187); }
div.DivClassName
{
background-color: #C60BBB;
}
.BgClassName
{
background-color: #C60BBB;
}
</style>
border-color css
<style>
span { border-color: #C60BBB; }
span { border-color: rgb(198,11,187); }
td.TdClassName
{
border-color: #C60BBB;
}
.TagClassName
{
border-color: #C60BBB;
}
</style>