Shades of Deep Magenta #C31CE1
Tints of Deep Magenta #C31CE1
RGB
CMYK
RGB Variations
Color information
#C31CE1 (or 0xC31CE1) is known color: Deep Magenta. HEX triplet: C3, 1C and E1. RGB value is (195,28,225). Sum of RGB (Red+Green+Blue) = 195+28+225=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #C31CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CE1 is #3CE31E. Grayscale: #636363. Windows color (decimal): -3990303 or 14752963. OLE color: 14752963.
HSL color Cylindrical-coordinate representation of color #C31CE1: hue angle of 290.86º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31CE1 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 28 | 225 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.12 |
| HSL | 290.86º | 0.78% | 0.5% | - |
| HSV(B) | 290.86º | 0.88% | 0.88% | - |
| XYZ | 36.51 | 17.87 | 72.76 | - |
| YUV | 100.39 | 198.33 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 225 | 0.13 | 0.88 | 0 | 0.12 | 290.86 | 0.78 | 0.5 |
| Hex | C3 | 1C | E1 | D | 58 | 0 | C | 123 | 4E | 32 |
| Octal | 303 | 34 | 341 | 15 | 130 | 0 | 14 | 443 | 116 | 62 |
| Binary | 11000011 | 11100 | 11100001 | 1101 | 1011000 | 0 | 1100 | 100100011 | 1001110 | 110010 |
Color Harmonies of #C31CE1
Complementary color
Monochromatic Colors of #C31CE1
Black with #C31CE1
Text Example
Text Example
White with #C31CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CE1; }
p { color: rgb(195,28,225); }
H1.HeaderClassName
{
color: #C31CE1;
}
.AnyTagClassName
{
color: #C31CE1;
}
</style>
background-color css
<style>
a { background-color: #C31CE1; }
a { background-color: rgb(195,28,225); }
div.DivClassName
{
background-color: #C31CE1;
}
.BgClassName
{
background-color: #C31CE1;
}
</style>
border-color css
<style>
span { border-color: #C31CE1; }
span { border-color: rgb(195,28,225); }
td.TdClassName
{
border-color: #C31CE1;
}
.TagClassName
{
border-color: #C31CE1;
}
</style>