Shades of Deep Magenta #C60BBE
Tints of Deep Magenta #C60BBE
RGB
CMYK
RGB Variations
Color information
#C60BBE (or 0xC60BBE) is known color: Deep Magenta. HEX triplet: C6, 0B and BE. RGB value is (198,11,190). Sum of RGB (Red+Green+Blue) = 198+11+190=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C60BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BBE is #39F441. Grayscale: #565656. Windows color (decimal): -3798082 or 12454854. OLE color: 12454854.
HSL color Cylindrical-coordinate representation of color #C60BBE: hue angle of 302.57º 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 #C60BBE is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 190 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.22 |
| HSL | 302.57º | 0.89% | 0.41% | - |
| HSV(B) | 302.57º | 0.94% | 0.78% | - |
| XYZ | 32.7 | 15.96 | 50.07 | - |
| YUV | 87.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 190 | 0 | 0.94 | 0.04 | 0.22 | 302.57 | 0.89 | 0.41 |
| Hex | C6 | B | BE | 0 | 5E | 4 | 16 | 12F | 59 | 29 |
| Octal | 306 | 13 | 276 | 0 | 136 | 4 | 26 | 457 | 131 | 51 |
| Binary | 11000110 | 1011 | 10111110 | 0 | 1011110 | 100 | 10110 | 100101111 | 1011001 | 101001 |
Color Harmonies of #C60BBE
Complementary color
Monochromatic Colors of #C60BBE
Black with #C60BBE
Text Example
Text Example
White with #C60BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BBE; }
p { color: rgb(198,11,190); }
H1.HeaderClassName
{
color: #C60BBE;
}
.AnyTagClassName
{
color: #C60BBE;
}
</style>
background-color css
<style>
a { background-color: #C60BBE; }
a { background-color: rgb(198,11,190); }
div.DivClassName
{
background-color: #C60BBE;
}
.BgClassName
{
background-color: #C60BBE;
}
</style>
border-color css
<style>
span { border-color: #C60BBE; }
span { border-color: rgb(198,11,190); }
td.TdClassName
{
border-color: #C60BBE;
}
.TagClassName
{
border-color: #C60BBE;
}
</style>