Shades of Deep Magenta #C61EC1
Tints of Deep Magenta #C61EC1
RGB
CMYK
RGB Variations
Color information
#C61EC1 (or 0xC61EC1) is known color: Deep Magenta. HEX triplet: C6, 1E and C1. RGB value is (198,30,193). Sum of RGB (Red+Green+Blue) = 198+30+193=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C61EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61EC1 is #39E13E. Grayscale: #626262. Windows color (decimal): -3793215 or 12656326. OLE color: 12656326.
HSL color Cylindrical-coordinate representation of color #C61EC1: hue angle of 301.79º 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 #C61EC1 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 193 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.22 |
| HSL | 301.79º | 0.74% | 0.45% | - |
| HSV(B) | 301.79º | 0.85% | 0.78% | - |
| XYZ | 33.38 | 16.78 | 51.93 | - |
| YUV | 98.81 | 181.16 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 193 | 0 | 0.85 | 0.03 | 0.22 | 301.79 | 0.74 | 0.45 |
| Hex | C6 | 1E | C1 | 0 | 55 | 3 | 16 | 12E | 4A | 2D |
| Octal | 306 | 36 | 301 | 0 | 125 | 3 | 26 | 456 | 112 | 55 |
| Binary | 11000110 | 11110 | 11000001 | 0 | 1010101 | 11 | 10110 | 100101110 | 1001010 | 101101 |
Color Harmonies of #C61EC1
Complementary color
Monochromatic Colors of #C61EC1
Black with #C61EC1
Text Example
Text Example
White with #C61EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61EC1; }
p { color: rgb(198,30,193); }
H1.HeaderClassName
{
color: #C61EC1;
}
.AnyTagClassName
{
color: #C61EC1;
}
</style>
background-color css
<style>
a { background-color: #C61EC1; }
a { background-color: rgb(198,30,193); }
div.DivClassName
{
background-color: #C61EC1;
}
.BgClassName
{
background-color: #C61EC1;
}
</style>
border-color css
<style>
span { border-color: #C61EC1; }
span { border-color: rgb(198,30,193); }
td.TdClassName
{
border-color: #C61EC1;
}
.TagClassName
{
border-color: #C61EC1;
}
</style>