Shades of Deep Magenta #C31EDE
Tints of Deep Magenta #C31EDE
RGB
CMYK
RGB Variations
Color information
#C31EDE (or 0xC31EDE) is known color: Deep Magenta. HEX triplet: C3, 1E and DE. RGB value is (195,30,222). Sum of RGB (Red+Green+Blue) = 195+30+222=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #C31EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31EDE is #3CE121. Grayscale: #646464. Windows color (decimal): -3989794 or 14556867. OLE color: 14556867.
HSL color Cylindrical-coordinate representation of color #C31EDE: hue angle of 291.56º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31EDE is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 30 | 222 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.13 |
| HSL | 291.56º | 0.76% | 0.49% | - |
| HSV(B) | 291.56º | 0.86% | 0.87% | - |
| XYZ | 36.15 | 17.8 | 70.64 | - |
| YUV | 101.22 | 196.16 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 222 | 0.12 | 0.86 | 0 | 0.13 | 291.56 | 0.76 | 0.49 |
| Hex | C3 | 1E | DE | C | 56 | 0 | D | 124 | 4C | 31 |
| Octal | 303 | 36 | 336 | 14 | 126 | 0 | 15 | 444 | 114 | 61 |
| Binary | 11000011 | 11110 | 11011110 | 1100 | 1010110 | 0 | 1101 | 100100100 | 1001100 | 110001 |
Color Harmonies of #C31EDE
Complementary color
Monochromatic Colors of #C31EDE
Black with #C31EDE
Text Example
Text Example
White with #C31EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EDE; }
p { color: rgb(195,30,222); }
H1.HeaderClassName
{
color: #C31EDE;
}
.AnyTagClassName
{
color: #C31EDE;
}
</style>
background-color css
<style>
a { background-color: #C31EDE; }
a { background-color: rgb(195,30,222); }
div.DivClassName
{
background-color: #C31EDE;
}
.BgClassName
{
background-color: #C31EDE;
}
</style>
border-color css
<style>
span { border-color: #C31EDE; }
span { border-color: rgb(195,30,222); }
td.TdClassName
{
border-color: #C31EDE;
}
.TagClassName
{
border-color: #C31EDE;
}
</style>