Shades of Deep Magenta #C31BE0
Tints of Deep Magenta #C31BE0
RGB
CMYK
RGB Variations
Color information
#C31BE0 (or 0xC31BE0) is known color: Deep Magenta. HEX triplet: C3, 1B and E0. RGB value is (195,27,224). Sum of RGB (Red+Green+Blue) = 195+27+224=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #C31BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31BE0 is #3CE41F. Grayscale: #636363. Windows color (decimal): -3990560 or 14687171. OLE color: 14687171.
HSL color Cylindrical-coordinate representation of color #C31BE0: hue angle of 291.17º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31BE0 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 27 | 224 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.12 |
| HSL | 291.17º | 0.78% | 0.49% | - |
| HSV(B) | 291.17º | 0.88% | 0.88% | - |
| XYZ | 36.35 | 17.77 | 72.03 | - |
| YUV | 99.69 | 198.16 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 224 | 0.13 | 0.88 | 0 | 0.12 | 291.17 | 0.78 | 0.49 |
| Hex | C3 | 1B | E0 | D | 58 | 0 | C | 123 | 4E | 31 |
| Octal | 303 | 33 | 340 | 15 | 130 | 0 | 14 | 443 | 116 | 61 |
| Binary | 11000011 | 11011 | 11100000 | 1101 | 1011000 | 0 | 1100 | 100100011 | 1001110 | 110001 |
Color Harmonies of #C31BE0
Complementary color
Monochromatic Colors of #C31BE0
Black with #C31BE0
Text Example
Text Example
White with #C31BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31BE0; }
p { color: rgb(195,27,224); }
H1.HeaderClassName
{
color: #C31BE0;
}
.AnyTagClassName
{
color: #C31BE0;
}
</style>
background-color css
<style>
a { background-color: #C31BE0; }
a { background-color: rgb(195,27,224); }
div.DivClassName
{
background-color: #C31BE0;
}
.BgClassName
{
background-color: #C31BE0;
}
</style>
border-color css
<style>
span { border-color: #C31BE0; }
span { border-color: rgb(195,27,224); }
td.TdClassName
{
border-color: #C31BE0;
}
.TagClassName
{
border-color: #C31BE0;
}
</style>