Shades of Deep Magenta #C51ECA
Tints of Deep Magenta #C51ECA
RGB
CMYK
RGB Variations
Color information
#C51ECA (or 0xC51ECA) is known color: Deep Magenta. HEX triplet: C5, 1E and CA. RGB value is (197,30,202). Sum of RGB (Red+Green+Blue) = 197+30+202=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #C51ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ECA is #3AE135. Grayscale: #636363. Windows color (decimal): -3858742 or 13246149. OLE color: 13246149.
HSL color Cylindrical-coordinate representation of color #C51ECA: hue angle of 298.26º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51ECA is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 30 | 202 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.21 |
| HSL | 298.26º | 0.74% | 0.45% | - |
| HSV(B) | 298.26º | 0.85% | 0.79% | - |
| XYZ | 34.15 | 17.06 | 57.37 | - |
| YUV | 99.54 | 185.83 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 202 | 0.02 | 0.85 | 0 | 0.21 | 298.26 | 0.74 | 0.45 |
| Hex | C5 | 1E | CA | 2 | 55 | 0 | 15 | 12A | 4A | 2D |
| Octal | 305 | 36 | 312 | 2 | 125 | 0 | 25 | 452 | 112 | 55 |
| Binary | 11000101 | 11110 | 11001010 | 10 | 1010101 | 0 | 10101 | 100101010 | 1001010 | 101101 |
Color Harmonies of #C51ECA
Complementary color
Monochromatic Colors of #C51ECA
Black with #C51ECA
Text Example
Text Example
White with #C51ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51ECA; }
p { color: rgb(197,30,202); }
H1.HeaderClassName
{
color: #C51ECA;
}
.AnyTagClassName
{
color: #C51ECA;
}
</style>
background-color css
<style>
a { background-color: #C51ECA; }
a { background-color: rgb(197,30,202); }
div.DivClassName
{
background-color: #C51ECA;
}
.BgClassName
{
background-color: #C51ECA;
}
</style>
border-color css
<style>
span { border-color: #C51ECA; }
span { border-color: rgb(197,30,202); }
td.TdClassName
{
border-color: #C51ECA;
}
.TagClassName
{
border-color: #C51ECA;
}
</style>