Shades of Deep Magenta #C61ECD
Tints of Deep Magenta #C61ECD
RGB
CMYK
RGB Variations
Color information
#C61ECD (or 0xC61ECD) is known color: Deep Magenta. HEX triplet: C6, 1E and CD. RGB value is (198,30,205). Sum of RGB (Red+Green+Blue) = 198+30+205=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #C61ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61ECD is #39E132. Grayscale: #636363. Windows color (decimal): -3793203 or 13442758. OLE color: 13442758.
HSL color Cylindrical-coordinate representation of color #C61ECD: hue angle of 297.6º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61ECD is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 30 | 205 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.20 |
| HSL | 297.6º | 0.74% | 0.46% | - |
| HSV(B) | 297.6º | 0.85% | 0.8% | - |
| XYZ | 34.77 | 17.34 | 59.27 | - |
| YUV | 100.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 205 | 0.03 | 0.85 | 0 | 0.20 | 297.6 | 0.74 | 0.46 |
| Hex | C6 | 1E | CD | 3 | 55 | 0 | 14 | 12A | 4A | 2E |
| Octal | 306 | 36 | 315 | 3 | 125 | 0 | 24 | 452 | 112 | 56 |
| Binary | 11000110 | 11110 | 11001101 | 11 | 1010101 | 0 | 10100 | 100101010 | 1001010 | 101110 |
Color Harmonies of #C61ECD
Complementary color
Monochromatic Colors of #C61ECD
Black with #C61ECD
Text Example
Text Example
White with #C61ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61ECD; }
p { color: rgb(198,30,205); }
H1.HeaderClassName
{
color: #C61ECD;
}
.AnyTagClassName
{
color: #C61ECD;
}
</style>
background-color css
<style>
a { background-color: #C61ECD; }
a { background-color: rgb(198,30,205); }
div.DivClassName
{
background-color: #C61ECD;
}
.BgClassName
{
background-color: #C61ECD;
}
</style>
border-color css
<style>
span { border-color: #C61ECD; }
span { border-color: rgb(198,30,205); }
td.TdClassName
{
border-color: #C61ECD;
}
.TagClassName
{
border-color: #C61ECD;
}
</style>