Shades of Deep Magenta #C31ED5
Tints of Deep Magenta #C31ED5
RGB
CMYK
RGB Variations
Color information
#C31ED5 (or 0xC31ED5) is known color: Deep Magenta. HEX triplet: C3, 1E and D5. RGB value is (195,30,213). Sum of RGB (Red+Green+Blue) = 195+30+213=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #C31ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31ED5 is #3CE12A. Grayscale: #636363. Windows color (decimal): -3989803 or 13967043. OLE color: 13967043.
HSL color Cylindrical-coordinate representation of color #C31ED5: hue angle of 294.1º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31ED5 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 30 | 213 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.16 |
| HSL | 294.1º | 0.75% | 0.48% | - |
| HSV(B) | 294.1º | 0.86% | 0.84% | - |
| XYZ | 34.98 | 17.33 | 64.45 | - |
| YUV | 100.2 | 191.66 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 213 | 0.08 | 0.86 | 0 | 0.16 | 294.1 | 0.75 | 0.48 |
| Hex | C3 | 1E | D5 | 8 | 56 | 0 | 10 | 126 | 4B | 30 |
| Octal | 303 | 36 | 325 | 10 | 126 | 0 | 20 | 446 | 113 | 60 |
| Binary | 11000011 | 11110 | 11010101 | 1000 | 1010110 | 0 | 10000 | 100100110 | 1001011 | 110000 |
Color Harmonies of #C31ED5
Complementary color
Monochromatic Colors of #C31ED5
Black with #C31ED5
Text Example
Text Example
White with #C31ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31ED5; }
p { color: rgb(195,30,213); }
H1.HeaderClassName
{
color: #C31ED5;
}
.AnyTagClassName
{
color: #C31ED5;
}
</style>
background-color css
<style>
a { background-color: #C31ED5; }
a { background-color: rgb(195,30,213); }
div.DivClassName
{
background-color: #C31ED5;
}
.BgClassName
{
background-color: #C31ED5;
}
</style>
border-color css
<style>
span { border-color: #C31ED5; }
span { border-color: rgb(195,30,213); }
td.TdClassName
{
border-color: #C31ED5;
}
.TagClassName
{
border-color: #C31ED5;
}
</style>