Shades of Deep Magenta #C31ECD
Tints of Deep Magenta #C31ECD
RGB
CMYK
RGB Variations
Color information
#C31ECD (or 0xC31ECD) is known color: Deep Magenta. HEX triplet: C3, 1E and CD. RGB value is (195,30,205). Sum of RGB (Red+Green+Blue) = 195+30+205=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #C31ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31ECD is #3CE132. Grayscale: #626262. Windows color (decimal): -3989811 or 13442755. OLE color: 13442755.
HSL color Cylindrical-coordinate representation of color #C31ECD: hue angle of 296.57º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31ECD is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 30 | 205 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.20 |
| HSL | 296.57º | 0.74% | 0.46% | - |
| HSV(B) | 296.57º | 0.85% | 0.8% | - |
| XYZ | 33.99 | 16.94 | 59.24 | - |
| YUV | 99.29 | 187.66 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 205 | 0.05 | 0.85 | 0 | 0.20 | 296.57 | 0.74 | 0.46 |
| Hex | C3 | 1E | CD | 5 | 55 | 0 | 14 | 129 | 4A | 2E |
| Octal | 303 | 36 | 315 | 5 | 125 | 0 | 24 | 451 | 112 | 56 |
| Binary | 11000011 | 11110 | 11001101 | 101 | 1010101 | 0 | 10100 | 100101001 | 1001010 | 101110 |
Color Harmonies of #C31ECD
Complementary color
Monochromatic Colors of #C31ECD
Black with #C31ECD
Text Example
Text Example
White with #C31ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31ECD; }
p { color: rgb(195,30,205); }
H1.HeaderClassName
{
color: #C31ECD;
}
.AnyTagClassName
{
color: #C31ECD;
}
</style>
background-color css
<style>
a { background-color: #C31ECD; }
a { background-color: rgb(195,30,205); }
div.DivClassName
{
background-color: #C31ECD;
}
.BgClassName
{
background-color: #C31ECD;
}
</style>
border-color css
<style>
span { border-color: #C31ECD; }
span { border-color: rgb(195,30,205); }
td.TdClassName
{
border-color: #C31ECD;
}
.TagClassName
{
border-color: #C31ECD;
}
</style>