Shades of Deep Magenta #C31EBC
Tints of Deep Magenta #C31EBC
RGB
CMYK
RGB Variations
Color information
#C31EBC (or 0xC31EBC) is known color: Deep Magenta. HEX triplet: C3, 1E and BC. RGB value is (195,30,188). Sum of RGB (Red+Green+Blue) = 195+30+188=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31EBC is #3CE143. Grayscale: #606060. Windows color (decimal): -3989828 or 12328643. OLE color: 12328643.
HSL color Cylindrical-coordinate representation of color #C31EBC: hue angle of 302.55º 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 #C31EBC is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 188 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.24 |
| HSL | 302.55º | 0.73% | 0.44% | - |
| HSV(B) | 302.55º | 0.85% | 0.76% | - |
| XYZ | 32.05 | 16.16 | 49.01 | - |
| YUV | 97.35 | 179.16 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 188 | 0 | 0.85 | 0.04 | 0.24 | 302.55 | 0.73 | 0.44 |
| Hex | C3 | 1E | BC | 0 | 55 | 4 | 18 | 12F | 49 | 2C |
| Octal | 303 | 36 | 274 | 0 | 125 | 4 | 30 | 457 | 111 | 54 |
| Binary | 11000011 | 11110 | 10111100 | 0 | 1010101 | 100 | 11000 | 100101111 | 1001001 | 101100 |
Color Harmonies of #C31EBC
Complementary color
Monochromatic Colors of #C31EBC
Black with #C31EBC
Text Example
Text Example
White with #C31EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EBC; }
p { color: rgb(195,30,188); }
H1.HeaderClassName
{
color: #C31EBC;
}
.AnyTagClassName
{
color: #C31EBC;
}
</style>
background-color css
<style>
a { background-color: #C31EBC; }
a { background-color: rgb(195,30,188); }
div.DivClassName
{
background-color: #C31EBC;
}
.BgClassName
{
background-color: #C31EBC;
}
</style>
border-color css
<style>
span { border-color: #C31EBC; }
span { border-color: rgb(195,30,188); }
td.TdClassName
{
border-color: #C31EBC;
}
.TagClassName
{
border-color: #C31EBC;
}
</style>