Shades of Deep Magenta #C31EB9
Tints of Deep Magenta #C31EB9
RGB
CMYK
RGB Variations
Color information
#C31EB9 (or 0xC31EB9) is known color: Deep Magenta. HEX triplet: C3, 1E and B9. RGB value is (195,30,185). Sum of RGB (Red+Green+Blue) = 195+30+185=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31EB9 is #3CE146. Grayscale: #606060. Windows color (decimal): -3989831 or 12132035. OLE color: 12132035.
HSL color Cylindrical-coordinate representation of color #C31EB9: hue angle of 303.64º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31EB9 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 185 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.24 |
| HSL | 303.64º | 0.73% | 0.44% | - |
| HSV(B) | 303.64º | 0.85% | 0.76% | - |
| XYZ | 31.73 | 16.03 | 47.32 | - |
| YUV | 97.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 185 | 0 | 0.85 | 0.05 | 0.24 | 303.64 | 0.73 | 0.44 |
| Hex | C3 | 1E | B9 | 0 | 55 | 5 | 18 | 130 | 49 | 2C |
| Octal | 303 | 36 | 271 | 0 | 125 | 5 | 30 | 460 | 111 | 54 |
| Binary | 11000011 | 11110 | 10111001 | 0 | 1010101 | 101 | 11000 | 100110000 | 1001001 | 101100 |
Color Harmonies of #C31EB9
Complementary color
Monochromatic Colors of #C31EB9
Black with #C31EB9
Text Example
Text Example
White with #C31EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EB9; }
p { color: rgb(195,30,185); }
H1.HeaderClassName
{
color: #C31EB9;
}
.AnyTagClassName
{
color: #C31EB9;
}
</style>
background-color css
<style>
a { background-color: #C31EB9; }
a { background-color: rgb(195,30,185); }
div.DivClassName
{
background-color: #C31EB9;
}
.BgClassName
{
background-color: #C31EB9;
}
</style>
border-color css
<style>
span { border-color: #C31EB9; }
span { border-color: rgb(195,30,185); }
td.TdClassName
{
border-color: #C31EB9;
}
.TagClassName
{
border-color: #C31EB9;
}
</style>