Shades of Deep Magenta #C60EDD
Tints of Deep Magenta #C60EDD
RGB
CMYK
RGB Variations
Color information
#C60EDD (or 0xC60EDD) is known color: Deep Magenta. HEX triplet: C6, 0E and DD. RGB value is (198,14,221). Sum of RGB (Red+Green+Blue) = 198+14+221=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #C60EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60EDD is #39F122. Grayscale: #5B5B5B. Windows color (decimal): -3797283 or 14487238. OLE color: 14487238.
HSL color Cylindrical-coordinate representation of color #C60EDD: hue angle of 293.33º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60EDD is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 14 | 221 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.13 |
| HSL | 293.33º | 0.88% | 0.46% | - |
| HSV(B) | 293.33º | 0.94% | 0.87% | - |
| XYZ | 36.5 | 17.54 | 69.87 | - |
| YUV | 92.61 | 200.46 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 221 | 0.10 | 0.94 | 0 | 0.13 | 293.33 | 0.88 | 0.46 |
| Hex | C6 | E | DD | A | 5E | 0 | D | 125 | 58 | 2E |
| Octal | 306 | 16 | 335 | 12 | 136 | 0 | 15 | 445 | 130 | 56 |
| Binary | 11000110 | 1110 | 11011101 | 1010 | 1011110 | 0 | 1101 | 100100101 | 1011000 | 101110 |
Color Harmonies of #C60EDD
Complementary color
Monochromatic Colors of #C60EDD
Black with #C60EDD
Text Example
Text Example
White with #C60EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60EDD; }
p { color: rgb(198,14,221); }
H1.HeaderClassName
{
color: #C60EDD;
}
.AnyTagClassName
{
color: #C60EDD;
}
</style>
background-color css
<style>
a { background-color: #C60EDD; }
a { background-color: rgb(198,14,221); }
div.DivClassName
{
background-color: #C60EDD;
}
.BgClassName
{
background-color: #C60EDD;
}
</style>
border-color css
<style>
span { border-color: #C60EDD; }
span { border-color: rgb(198,14,221); }
td.TdClassName
{
border-color: #C60EDD;
}
.TagClassName
{
border-color: #C60EDD;
}
</style>