Shades of Deep Magenta #C60EBC
Tints of Deep Magenta #C60EBC
RGB
CMYK
RGB Variations
Color information
#C60EBC (or 0xC60EBC) is known color: Deep Magenta. HEX triplet: C6, 0E and BC. RGB value is (198,14,188). Sum of RGB (Red+Green+Blue) = 198+14+188=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C60EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60EBC is #39F143. Grayscale: #585858. Windows color (decimal): -3797316 or 12324550. OLE color: 12324550.
HSL color Cylindrical-coordinate representation of color #C60EBC: hue angle of 303.26º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60EBC is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 14 | 188 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.22 |
| HSL | 303.26º | 0.87% | 0.42% | - |
| HSV(B) | 303.26º | 0.93% | 0.78% | - |
| XYZ | 32.52 | 15.95 | 48.94 | - |
| YUV | 88.85 | 183.96 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 188 | 0 | 0.93 | 0.05 | 0.22 | 303.26 | 0.87 | 0.42 |
| Hex | C6 | E | BC | 0 | 5D | 5 | 16 | 12F | 57 | 2A |
| Octal | 306 | 16 | 274 | 0 | 135 | 5 | 26 | 457 | 127 | 52 |
| Binary | 11000110 | 1110 | 10111100 | 0 | 1011101 | 101 | 10110 | 100101111 | 1010111 | 101010 |
Color Harmonies of #C60EBC
Complementary color
Monochromatic Colors of #C60EBC
Black with #C60EBC
Text Example
Text Example
White with #C60EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60EBC; }
p { color: rgb(198,14,188); }
H1.HeaderClassName
{
color: #C60EBC;
}
.AnyTagClassName
{
color: #C60EBC;
}
</style>
background-color css
<style>
a { background-color: #C60EBC; }
a { background-color: rgb(198,14,188); }
div.DivClassName
{
background-color: #C60EBC;
}
.BgClassName
{
background-color: #C60EBC;
}
</style>
border-color css
<style>
span { border-color: #C60EBC; }
span { border-color: rgb(198,14,188); }
td.TdClassName
{
border-color: #C60EBC;
}
.TagClassName
{
border-color: #C60EBC;
}
</style>