Shades of Deep Magenta #C61EC0
Tints of Deep Magenta #C61EC0
RGB
CMYK
RGB Variations
Color information
#C61EC0 (or 0xC61EC0) is known color: Deep Magenta. HEX triplet: C6, 1E and C0. RGB value is (198,30,192). Sum of RGB (Red+Green+Blue) = 198+30+192=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C61EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61EC0 is #39E13F. Grayscale: #626262. Windows color (decimal): -3793216 or 12590790. OLE color: 12590790.
HSL color Cylindrical-coordinate representation of color #C61EC0: hue angle of 302.14º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61EC0 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 192 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.22 |
| HSL | 302.14º | 0.74% | 0.45% | - |
| HSV(B) | 302.14º | 0.85% | 0.78% | - |
| XYZ | 33.27 | 16.74 | 51.35 | - |
| YUV | 98.7 | 180.66 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 192 | 0 | 0.85 | 0.03 | 0.22 | 302.14 | 0.74 | 0.45 |
| Hex | C6 | 1E | C0 | 0 | 55 | 3 | 16 | 12E | 4A | 2D |
| Octal | 306 | 36 | 300 | 0 | 125 | 3 | 26 | 456 | 112 | 55 |
| Binary | 11000110 | 11110 | 11000000 | 0 | 1010101 | 11 | 10110 | 100101110 | 1001010 | 101101 |
Color Harmonies of #C61EC0
Complementary color
Monochromatic Colors of #C61EC0
Black with #C61EC0
Text Example
Text Example
White with #C61EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61EC0; }
p { color: rgb(198,30,192); }
H1.HeaderClassName
{
color: #C61EC0;
}
.AnyTagClassName
{
color: #C61EC0;
}
</style>
background-color css
<style>
a { background-color: #C61EC0; }
a { background-color: rgb(198,30,192); }
div.DivClassName
{
background-color: #C61EC0;
}
.BgClassName
{
background-color: #C61EC0;
}
</style>
border-color css
<style>
span { border-color: #C61EC0; }
span { border-color: rgb(198,30,192); }
td.TdClassName
{
border-color: #C61EC0;
}
.TagClassName
{
border-color: #C61EC0;
}
</style>