Shades of Deep Magenta #C51ECE
Tints of Deep Magenta #C51ECE
RGB
CMYK
RGB Variations
Color information
#C51ECE (or 0xC51ECE) is known color: Deep Magenta. HEX triplet: C5, 1E and CE. RGB value is (197,30,206). Sum of RGB (Red+Green+Blue) = 197+30+206=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #C51ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ECE is #3AE131. Grayscale: #636363. Windows color (decimal): -3858738 or 13508293. OLE color: 13508293.
HSL color Cylindrical-coordinate representation of color #C51ECE: hue angle of 296.93º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51ECE is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 30 | 206 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.19 |
| HSL | 296.93º | 0.75% | 0.46% | - |
| HSV(B) | 296.93º | 0.85% | 0.81% | - |
| XYZ | 34.63 | 17.26 | 59.9 | - |
| YUV | 100 | 187.83 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 206 | 0.04 | 0.85 | 0 | 0.19 | 296.93 | 0.75 | 0.46 |
| Hex | C5 | 1E | CE | 4 | 55 | 0 | 13 | 129 | 4B | 2E |
| Octal | 305 | 36 | 316 | 4 | 125 | 0 | 23 | 451 | 113 | 56 |
| Binary | 11000101 | 11110 | 11001110 | 100 | 1010101 | 0 | 10011 | 100101001 | 1001011 | 101110 |
Color Harmonies of #C51ECE
Complementary color
Monochromatic Colors of #C51ECE
Black with #C51ECE
Text Example
Text Example
White with #C51ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51ECE; }
p { color: rgb(197,30,206); }
H1.HeaderClassName
{
color: #C51ECE;
}
.AnyTagClassName
{
color: #C51ECE;
}
</style>
background-color css
<style>
a { background-color: #C51ECE; }
a { background-color: rgb(197,30,206); }
div.DivClassName
{
background-color: #C51ECE;
}
.BgClassName
{
background-color: #C51ECE;
}
</style>
border-color css
<style>
span { border-color: #C51ECE; }
span { border-color: rgb(197,30,206); }
td.TdClassName
{
border-color: #C51ECE;
}
.TagClassName
{
border-color: #C51ECE;
}
</style>