Shades of Deep Magenta #C31FBE
Tints of Deep Magenta #C31FBE
RGB
CMYK
RGB Variations
Color information
#C31FBE (or 0xC31FBE) is known color: Deep Magenta. HEX triplet: C3, 1F and BE. RGB value is (195,31,190). Sum of RGB (Red+Green+Blue) = 195+31+190=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FBE is #3CE041. Grayscale: #616161. Windows color (decimal): -3989570 or 12459971. OLE color: 12459971.
HSL color Cylindrical-coordinate representation of color #C31FBE: hue angle of 301.83º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31FBE is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 190 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.24 |
| HSL | 301.83º | 0.73% | 0.44% | - |
| HSV(B) | 301.83º | 0.84% | 0.76% | - |
| XYZ | 32.29 | 16.3 | 50.16 | - |
| YUV | 98.16 | 179.83 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 190 | 0 | 0.84 | 0.03 | 0.24 | 301.83 | 0.73 | 0.44 |
| Hex | C3 | 1F | BE | 0 | 54 | 3 | 18 | 12E | 49 | 2C |
| Octal | 303 | 37 | 276 | 0 | 124 | 3 | 30 | 456 | 111 | 54 |
| Binary | 11000011 | 11111 | 10111110 | 0 | 1010100 | 11 | 11000 | 100101110 | 1001001 | 101100 |
Color Harmonies of #C31FBE
Complementary color
Monochromatic Colors of #C31FBE
Black with #C31FBE
Text Example
Text Example
White with #C31FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FBE; }
p { color: rgb(195,31,190); }
H1.HeaderClassName
{
color: #C31FBE;
}
.AnyTagClassName
{
color: #C31FBE;
}
</style>
background-color css
<style>
a { background-color: #C31FBE; }
a { background-color: rgb(195,31,190); }
div.DivClassName
{
background-color: #C31FBE;
}
.BgClassName
{
background-color: #C31FBE;
}
</style>
border-color css
<style>
span { border-color: #C31FBE; }
span { border-color: rgb(195,31,190); }
td.TdClassName
{
border-color: #C31FBE;
}
.TagClassName
{
border-color: #C31FBE;
}
</style>