Shades of Deep Magenta #C61EE0
Tints of Deep Magenta #C61EE0
RGB
CMYK
RGB Variations
Color information
#C61EE0 (or 0xC61EE0) is known color: Deep Magenta. HEX triplet: C6, 1E and E0. RGB value is (198,30,224). Sum of RGB (Red+Green+Blue) = 198+30+224=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #C61EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61EE0 is #39E11F. Grayscale: #656565. Windows color (decimal): -3793184 or 14687942. OLE color: 14687942.
HSL color Cylindrical-coordinate representation of color #C61EE0: hue angle of 291.96º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61EE0 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 30 | 224 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.12 |
| HSL | 291.96º | 0.76% | 0.5% | - |
| HSV(B) | 291.96º | 0.87% | 0.88% | - |
| XYZ | 37.21 | 18.32 | 72.1 | - |
| YUV | 102.35 | 196.66 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 224 | 0.12 | 0.87 | 0 | 0.12 | 291.96 | 0.76 | 0.5 |
| Hex | C6 | 1E | E0 | C | 57 | 0 | C | 124 | 4C | 32 |
| Octal | 306 | 36 | 340 | 14 | 127 | 0 | 14 | 444 | 114 | 62 |
| Binary | 11000110 | 11110 | 11100000 | 1100 | 1010111 | 0 | 1100 | 100100100 | 1001100 | 110010 |
Color Harmonies of #C61EE0
Complementary color
Monochromatic Colors of #C61EE0
Black with #C61EE0
Text Example
Text Example
White with #C61EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61EE0; }
p { color: rgb(198,30,224); }
H1.HeaderClassName
{
color: #C61EE0;
}
.AnyTagClassName
{
color: #C61EE0;
}
</style>
background-color css
<style>
a { background-color: #C61EE0; }
a { background-color: rgb(198,30,224); }
div.DivClassName
{
background-color: #C61EE0;
}
.BgClassName
{
background-color: #C61EE0;
}
</style>
border-color css
<style>
span { border-color: #C61EE0; }
span { border-color: rgb(198,30,224); }
td.TdClassName
{
border-color: #C61EE0;
}
.TagClassName
{
border-color: #C61EE0;
}
</style>