Shades of Deep Magenta #C60EBE
Tints of Deep Magenta #C60EBE
RGB
CMYK
RGB Variations
Color information
#C60EBE (or 0xC60EBE) is known color: Deep Magenta. HEX triplet: C6, 0E and BE. RGB value is (198,14,190). Sum of RGB (Red+Green+Blue) = 198+14+190=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C60EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60EBE is #39F141. Grayscale: #585858. Windows color (decimal): -3797314 or 12455622. OLE color: 12455622.
HSL color Cylindrical-coordinate representation of color #C60EBE: hue angle of 302.61º 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 #C60EBE is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 14 | 190 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.22 |
| HSL | 302.61º | 0.87% | 0.42% | - |
| HSV(B) | 302.61º | 0.93% | 0.78% | - |
| XYZ | 32.74 | 16.04 | 50.09 | - |
| YUV | 89.08 | 184.96 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 190 | 0 | 0.93 | 0.04 | 0.22 | 302.61 | 0.87 | 0.42 |
| Hex | C6 | E | BE | 0 | 5D | 4 | 16 | 12F | 57 | 2A |
| Octal | 306 | 16 | 276 | 0 | 135 | 4 | 26 | 457 | 127 | 52 |
| Binary | 11000110 | 1110 | 10111110 | 0 | 1011101 | 100 | 10110 | 100101111 | 1010111 | 101010 |
Color Harmonies of #C60EBE
Complementary color
Monochromatic Colors of #C60EBE
Black with #C60EBE
Text Example
Text Example
White with #C60EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60EBE; }
p { color: rgb(198,14,190); }
H1.HeaderClassName
{
color: #C60EBE;
}
.AnyTagClassName
{
color: #C60EBE;
}
</style>
background-color css
<style>
a { background-color: #C60EBE; }
a { background-color: rgb(198,14,190); }
div.DivClassName
{
background-color: #C60EBE;
}
.BgClassName
{
background-color: #C60EBE;
}
</style>
border-color css
<style>
span { border-color: #C60EBE; }
span { border-color: rgb(198,14,190); }
td.TdClassName
{
border-color: #C60EBE;
}
.TagClassName
{
border-color: #C60EBE;
}
</style>