Shades of Deep Magenta #C31ECA
Tints of Deep Magenta #C31ECA
RGB
CMYK
RGB Variations
Color information
#C31ECA (or 0xC31ECA) is known color: Deep Magenta. HEX triplet: C3, 1E and CA. RGB value is (195,30,202). Sum of RGB (Red+Green+Blue) = 195+30+202=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #C31ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31ECA is #3CE135. Grayscale: #626262. Windows color (decimal): -3989814 or 13246147. OLE color: 13246147.
HSL color Cylindrical-coordinate representation of color #C31ECA: hue angle of 297.56º 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 #C31ECA is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 30 | 202 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.21 |
| HSL | 297.56º | 0.74% | 0.45% | - |
| HSV(B) | 297.56º | 0.85% | 0.79% | - |
| XYZ | 33.63 | 16.79 | 57.35 | - |
| YUV | 98.94 | 186.16 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 202 | 0.03 | 0.85 | 0 | 0.21 | 297.56 | 0.74 | 0.45 |
| Hex | C3 | 1E | CA | 3 | 55 | 0 | 15 | 12A | 4A | 2D |
| Octal | 303 | 36 | 312 | 3 | 125 | 0 | 25 | 452 | 112 | 55 |
| Binary | 11000011 | 11110 | 11001010 | 11 | 1010101 | 0 | 10101 | 100101010 | 1001010 | 101101 |
Color Harmonies of #C31ECA
Complementary color
Monochromatic Colors of #C31ECA
Black with #C31ECA
Text Example
Text Example
White with #C31ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31ECA; }
p { color: rgb(195,30,202); }
H1.HeaderClassName
{
color: #C31ECA;
}
.AnyTagClassName
{
color: #C31ECA;
}
</style>
background-color css
<style>
a { background-color: #C31ECA; }
a { background-color: rgb(195,30,202); }
div.DivClassName
{
background-color: #C31ECA;
}
.BgClassName
{
background-color: #C31ECA;
}
</style>
border-color css
<style>
span { border-color: #C31ECA; }
span { border-color: rgb(195,30,202); }
td.TdClassName
{
border-color: #C31ECA;
}
.TagClassName
{
border-color: #C31ECA;
}
</style>