Shades of Deep Magenta #C31EB6
Tints of Deep Magenta #C31EB6
RGB
CMYK
RGB Variations
Color information
#C31EB6 (or 0xC31EB6) is known color: Deep Magenta. HEX triplet: C3, 1E and B6. RGB value is (195,30,182). Sum of RGB (Red+Green+Blue) = 195+30+182=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31EB6 is #3CE149. Grayscale: #606060. Windows color (decimal): -3989834 or 11935427. OLE color: 11935427.
HSL color Cylindrical-coordinate representation of color #C31EB6: hue angle of 304.73º 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 #C31EB6 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 182 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.24 |
| HSL | 304.73º | 0.73% | 0.44% | - |
| HSV(B) | 304.73º | 0.85% | 0.76% | - |
| XYZ | 31.41 | 15.91 | 45.67 | - |
| YUV | 96.66 | 176.16 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 182 | 0 | 0.85 | 0.07 | 0.24 | 304.73 | 0.73 | 0.44 |
| Hex | C3 | 1E | B6 | 0 | 55 | 7 | 18 | 131 | 49 | 2C |
| Octal | 303 | 36 | 266 | 0 | 125 | 7 | 30 | 461 | 111 | 54 |
| Binary | 11000011 | 11110 | 10110110 | 0 | 1010101 | 111 | 11000 | 100110001 | 1001001 | 101100 |
Color Harmonies of #C31EB6
Complementary color
Monochromatic Colors of #C31EB6
Black with #C31EB6
Text Example
Text Example
White with #C31EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EB6; }
p { color: rgb(195,30,182); }
H1.HeaderClassName
{
color: #C31EB6;
}
.AnyTagClassName
{
color: #C31EB6;
}
</style>
background-color css
<style>
a { background-color: #C31EB6; }
a { background-color: rgb(195,30,182); }
div.DivClassName
{
background-color: #C31EB6;
}
.BgClassName
{
background-color: #C31EB6;
}
</style>
border-color css
<style>
span { border-color: #C31EB6; }
span { border-color: rgb(195,30,182); }
td.TdClassName
{
border-color: #C31EB6;
}
.TagClassName
{
border-color: #C31EB6;
}
</style>