Shades of Deep Magenta #C61EC3
Tints of Deep Magenta #C61EC3
RGB
CMYK
RGB Variations
Color information
#C61EC3 (or 0xC61EC3) is known color: Deep Magenta. HEX triplet: C6, 1E and C3. RGB value is (198,30,195). Sum of RGB (Red+Green+Blue) = 198+30+195=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C61EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61EC3 is #39E13C. Grayscale: #626262. Windows color (decimal): -3793213 or 12787398. OLE color: 12787398.
HSL color Cylindrical-coordinate representation of color #C61EC3: hue angle of 301.07º 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 #C61EC3 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 30 | 195 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.22 |
| HSL | 301.07º | 0.74% | 0.45% | - |
| HSV(B) | 301.07º | 0.85% | 0.78% | - |
| XYZ | 33.6 | 16.87 | 53.12 | - |
| YUV | 99.04 | 182.16 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 195 | 0 | 0.85 | 0.02 | 0.22 | 301.07 | 0.74 | 0.45 |
| Hex | C6 | 1E | C3 | 0 | 55 | 2 | 16 | 12D | 4A | 2D |
| Octal | 306 | 36 | 303 | 0 | 125 | 2 | 26 | 455 | 112 | 55 |
| Binary | 11000110 | 11110 | 11000011 | 0 | 1010101 | 10 | 10110 | 100101101 | 1001010 | 101101 |
Color Harmonies of #C61EC3
Complementary color
Monochromatic Colors of #C61EC3
Black with #C61EC3
Text Example
Text Example
White with #C61EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61EC3; }
p { color: rgb(198,30,195); }
H1.HeaderClassName
{
color: #C61EC3;
}
.AnyTagClassName
{
color: #C61EC3;
}
</style>
background-color css
<style>
a { background-color: #C61EC3; }
a { background-color: rgb(198,30,195); }
div.DivClassName
{
background-color: #C61EC3;
}
.BgClassName
{
background-color: #C61EC3;
}
</style>
border-color css
<style>
span { border-color: #C61EC3; }
span { border-color: rgb(198,30,195); }
td.TdClassName
{
border-color: #C61EC3;
}
.TagClassName
{
border-color: #C61EC3;
}
</style>