Shades of Deep Magenta #C61DE0
Tints of Deep Magenta #C61DE0
RGB
CMYK
RGB Variations
Color information
#C61DE0 (or 0xC61DE0) is known color: Deep Magenta. HEX triplet: C6, 1D and E0. RGB value is (198,29,224). Sum of RGB (Red+Green+Blue) = 198+29+224=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 29 (11.72% from 255 or 6.43% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #C61DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61DE0 is #39E21F. Grayscale: #656565. Windows color (decimal): -3793440 or 14687686. OLE color: 14687686.
HSL color Cylindrical-coordinate representation of color #C61DE0: hue angle of 292º degrees, saturation: 0.77, 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 #C61DE0 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 29 | 224 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.12 |
| HSL | 292º | 0.77% | 0.5% | - |
| HSV(B) | 292º | 0.87% | 0.88% | - |
| XYZ | 37.18 | 18.27 | 72.09 | - |
| YUV | 101.76 | 196.99 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 224 | 0.12 | 0.87 | 0 | 0.12 | 292 | 0.77 | 0.5 |
| Hex | C6 | 1D | E0 | C | 57 | 0 | C | 124 | 4D | 32 |
| Octal | 306 | 35 | 340 | 14 | 127 | 0 | 14 | 444 | 115 | 62 |
| Binary | 11000110 | 11101 | 11100000 | 1100 | 1010111 | 0 | 1100 | 100100100 | 1001101 | 110010 |
Color Harmonies of #C61DE0
Complementary color
Monochromatic Colors of #C61DE0
Black with #C61DE0
Text Example
Text Example
White with #C61DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61DE0; }
p { color: rgb(198,29,224); }
H1.HeaderClassName
{
color: #C61DE0;
}
.AnyTagClassName
{
color: #C61DE0;
}
</style>
background-color css
<style>
a { background-color: #C61DE0; }
a { background-color: rgb(198,29,224); }
div.DivClassName
{
background-color: #C61DE0;
}
.BgClassName
{
background-color: #C61DE0;
}
</style>
border-color css
<style>
span { border-color: #C61DE0; }
span { border-color: rgb(198,29,224); }
td.TdClassName
{
border-color: #C61DE0;
}
.TagClassName
{
border-color: #C61DE0;
}
</style>