Shades of Deep Magenta #C31FAE
Tints of Deep Magenta #C31FAE
RGB
CMYK
RGB Variations
Color information
#C31FAE (or 0xC31FAE) is known color: Deep Magenta. HEX triplet: C3, 1F and AE. RGB value is (195,31,174). Sum of RGB (Red+Green+Blue) = 195+31+174=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31FAE is #3CE051. Grayscale: #5F5F5F. Windows color (decimal): -3989586 or 11411395. OLE color: 11411395.
HSL color Cylindrical-coordinate representation of color #C31FAE: hue angle of 307.68º 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 #C31FAE is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 31 | 174 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.24 |
| HSL | 307.68º | 0.73% | 0.44% | - |
| HSV(B) | 307.68º | 0.84% | 0.76% | - |
| XYZ | 30.64 | 15.64 | 41.45 | - |
| YUV | 96.34 | 171.83 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 174 | 0 | 0.84 | 0.11 | 0.24 | 307.68 | 0.73 | 0.44 |
| Hex | C3 | 1F | AE | 0 | 54 | B | 18 | 134 | 49 | 2C |
| Octal | 303 | 37 | 256 | 0 | 124 | 13 | 30 | 464 | 111 | 54 |
| Binary | 11000011 | 11111 | 10101110 | 0 | 1010100 | 1011 | 11000 | 100110100 | 1001001 | 101100 |
Color Harmonies of #C31FAE
Complementary color
Monochromatic Colors of #C31FAE
Black with #C31FAE
Text Example
Text Example
White with #C31FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FAE; }
p { color: rgb(195,31,174); }
H1.HeaderClassName
{
color: #C31FAE;
}
.AnyTagClassName
{
color: #C31FAE;
}
</style>
background-color css
<style>
a { background-color: #C31FAE; }
a { background-color: rgb(195,31,174); }
div.DivClassName
{
background-color: #C31FAE;
}
.BgClassName
{
background-color: #C31FAE;
}
</style>
border-color css
<style>
span { border-color: #C31FAE; }
span { border-color: rgb(195,31,174); }
td.TdClassName
{
border-color: #C31FAE;
}
.TagClassName
{
border-color: #C31FAE;
}
</style>