Shades of Deep Magenta #C60BCC
Tints of Deep Magenta #C60BCC
RGB
CMYK
RGB Variations
Color information
#C60BCC (or 0xC60BCC) is known color: Deep Magenta. HEX triplet: C6, 0B and CC. RGB value is (198,11,204). Sum of RGB (Red+Green+Blue) = 198+11+204=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #C60BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BCC is #39F433. Grayscale: #585858. Windows color (decimal): -3798068 or 13372358. OLE color: 13372358.
HSL color Cylindrical-coordinate representation of color #C60BCC: hue angle of 298.13º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60BCC is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 11 | 204 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.2 |
| HSL | 298.13º | 0.9% | 0.42% | - |
| HSV(B) | 298.13º | 0.95% | 0.8% | - |
| XYZ | 34.31 | 16.6 | 58.52 | - |
| YUV | 88.92 | 192.95 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 204 | 0.03 | 0.95 | 0 | 0.2 | 298.13 | 0.9 | 0.42 |
| Hex | C6 | B | CC | 3 | 5F | 0 | 14 | 12A | 5A | 2A |
| Octal | 306 | 13 | 314 | 3 | 137 | 0 | 24 | 452 | 132 | 52 |
| Binary | 11000110 | 1011 | 11001100 | 11 | 1011111 | 0 | 10100 | 100101010 | 1011010 | 101010 |
Color Harmonies of #C60BCC
Complementary color
Monochromatic Colors of #C60BCC
Black with #C60BCC
Text Example
Text Example
White with #C60BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BCC; }
p { color: rgb(198,11,204); }
H1.HeaderClassName
{
color: #C60BCC;
}
.AnyTagClassName
{
color: #C60BCC;
}
</style>
background-color css
<style>
a { background-color: #C60BCC; }
a { background-color: rgb(198,11,204); }
div.DivClassName
{
background-color: #C60BCC;
}
.BgClassName
{
background-color: #C60BCC;
}
</style>
border-color css
<style>
span { border-color: #C60BCC; }
span { border-color: rgb(198,11,204); }
td.TdClassName
{
border-color: #C60BCC;
}
.TagClassName
{
border-color: #C60BCC;
}
</style>