Shades of Deep Magenta #C60BB6
Tints of Deep Magenta #C60BB6
RGB
CMYK
RGB Variations
Color information
#C60BB6 (or 0xC60BB6) is known color: Deep Magenta. HEX triplet: C6, 0B and B6. RGB value is (198,11,182). Sum of RGB (Red+Green+Blue) = 198+11+182=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C60BB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BB6 is #39F449. Grayscale: #555555. Windows color (decimal): -3798090 or 11930566. OLE color: 11930566.
HSL color Cylindrical-coordinate representation of color #C60BB6: hue angle of 305.13º 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 #C60BB6 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 182 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.22 |
| HSL | 305.13º | 0.89% | 0.41% | - |
| HSV(B) | 305.13º | 0.94% | 0.78% | - |
| XYZ | 31.85 | 15.62 | 45.59 | - |
| YUV | 86.41 | 181.95 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 182 | 0 | 0.94 | 0.08 | 0.22 | 305.13 | 0.89 | 0.41 |
| Hex | C6 | B | B6 | 0 | 5E | 8 | 16 | 131 | 59 | 29 |
| Octal | 306 | 13 | 266 | 0 | 136 | 10 | 26 | 461 | 131 | 51 |
| Binary | 11000110 | 1011 | 10110110 | 0 | 1011110 | 1000 | 10110 | 100110001 | 1011001 | 101001 |
Color Harmonies of #C60BB6
Complementary color
Monochromatic Colors of #C60BB6
Black with #C60BB6
Text Example
Text Example
White with #C60BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BB6; }
p { color: rgb(198,11,182); }
H1.HeaderClassName
{
color: #C60BB6;
}
.AnyTagClassName
{
color: #C60BB6;
}
</style>
background-color css
<style>
a { background-color: #C60BB6; }
a { background-color: rgb(198,11,182); }
div.DivClassName
{
background-color: #C60BB6;
}
.BgClassName
{
background-color: #C60BB6;
}
</style>
border-color css
<style>
span { border-color: #C60BB6; }
span { border-color: rgb(198,11,182); }
td.TdClassName
{
border-color: #C60BB6;
}
.TagClassName
{
border-color: #C60BB6;
}
</style>