Shades of Deep Magenta #C61EDC
Tints of Deep Magenta #C61EDC
RGB
CMYK
RGB Variations
Color information
#C61EDC (or 0xC61EDC) is known color: Deep Magenta. HEX triplet: C6, 1E and DC. RGB value is (198,30,220). Sum of RGB (Red+Green+Blue) = 198+30+220=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #C61EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61EDC is #39E123. Grayscale: #656565. Windows color (decimal): -3793188 or 14425798. OLE color: 14425798.
HSL color Cylindrical-coordinate representation of color #C61EDC: hue angle of 293.05º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61EDC is Cyan = 0.1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 30 | 220 | - |
| CMYK | 0.1 | 0.86 | 0 | 0.14 |
| HSL | 293.05º | 0.76% | 0.49% | - |
| HSV(B) | 293.05º | 0.86% | 0.86% | - |
| XYZ | 36.67 | 18.1 | 69.27 | - |
| YUV | 101.89 | 194.66 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 220 | 0.1 | 0.86 | 0 | 0.14 | 293.05 | 0.76 | 0.49 |
| Hex | C6 | 1E | DC | A | 56 | 0 | E | 125 | 4C | 31 |
| Octal | 306 | 36 | 334 | 12 | 126 | 0 | 16 | 445 | 114 | 61 |
| Binary | 11000110 | 11110 | 11011100 | 1010 | 1010110 | 0 | 1110 | 100100101 | 1001100 | 110001 |
Color Harmonies of #C61EDC
Complementary color
Monochromatic Colors of #C61EDC
Black with #C61EDC
Text Example
Text Example
White with #C61EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61EDC; }
p { color: rgb(198,30,220); }
H1.HeaderClassName
{
color: #C61EDC;
}
.AnyTagClassName
{
color: #C61EDC;
}
</style>
background-color css
<style>
a { background-color: #C61EDC; }
a { background-color: rgb(198,30,220); }
div.DivClassName
{
background-color: #C61EDC;
}
.BgClassName
{
background-color: #C61EDC;
}
</style>
border-color css
<style>
span { border-color: #C61EDC; }
span { border-color: rgb(198,30,220); }
td.TdClassName
{
border-color: #C61EDC;
}
.TagClassName
{
border-color: #C61EDC;
}
</style>