Shades of Deep Magenta #C61ED0
Tints of Deep Magenta #C61ED0
RGB
CMYK
RGB Variations
Color information
#C61ED0 (or 0xC61ED0) is known color: Deep Magenta. HEX triplet: C6, 1E and D0. RGB value is (198,30,208). Sum of RGB (Red+Green+Blue) = 198+30+208=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #C61ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61ED0 is #39E12F. Grayscale: #636363. Windows color (decimal): -3793200 or 13639366. OLE color: 13639366.
HSL color Cylindrical-coordinate representation of color #C61ED0: hue angle of 296.63º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61ED0 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 30 | 208 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.18 |
| HSL | 296.63º | 0.75% | 0.47% | - |
| HSV(B) | 296.63º | 0.86% | 0.82% | - |
| XYZ | 35.14 | 17.49 | 61.2 | - |
| YUV | 100.52 | 188.66 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 208 | 0.05 | 0.86 | 0 | 0.18 | 296.63 | 0.75 | 0.47 |
| Hex | C6 | 1E | D0 | 5 | 56 | 0 | 12 | 129 | 4B | 2F |
| Octal | 306 | 36 | 320 | 5 | 126 | 0 | 22 | 451 | 113 | 57 |
| Binary | 11000110 | 11110 | 11010000 | 101 | 1010110 | 0 | 10010 | 100101001 | 1001011 | 101111 |
Color Harmonies of #C61ED0
Complementary color
Monochromatic Colors of #C61ED0
Black with #C61ED0
Text Example
Text Example
White with #C61ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61ED0; }
p { color: rgb(198,30,208); }
H1.HeaderClassName
{
color: #C61ED0;
}
.AnyTagClassName
{
color: #C61ED0;
}
</style>
background-color css
<style>
a { background-color: #C61ED0; }
a { background-color: rgb(198,30,208); }
div.DivClassName
{
background-color: #C61ED0;
}
.BgClassName
{
background-color: #C61ED0;
}
</style>
border-color css
<style>
span { border-color: #C61ED0; }
span { border-color: rgb(198,30,208); }
td.TdClassName
{
border-color: #C61ED0;
}
.TagClassName
{
border-color: #C61ED0;
}
</style>