Shades of Deep Magenta #C31EAF
Tints of Deep Magenta #C31EAF
RGB
CMYK
RGB Variations
Color information
#C31EAF (or 0xC31EAF) is known color: Deep Magenta. HEX triplet: C3, 1E and AF. RGB value is (195,30,175). Sum of RGB (Red+Green+Blue) = 195+30+175=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31EAF is #3CE150. Grayscale: #5F5F5F. Windows color (decimal): -3989841 or 11476675. OLE color: 11476675.
HSL color Cylindrical-coordinate representation of color #C31EAF: hue angle of 307.27º 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 #C31EAF is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 175 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.24 |
| HSL | 307.27º | 0.73% | 0.44% | - |
| HSV(B) | 307.27º | 0.85% | 0.76% | - |
| XYZ | 30.71 | 15.63 | 41.96 | - |
| YUV | 95.87 | 172.66 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 175 | 0 | 0.85 | 0.10 | 0.24 | 307.27 | 0.73 | 0.44 |
| Hex | C3 | 1E | AF | 0 | 55 | A | 18 | 133 | 49 | 2C |
| Octal | 303 | 36 | 257 | 0 | 125 | 12 | 30 | 463 | 111 | 54 |
| Binary | 11000011 | 11110 | 10101111 | 0 | 1010101 | 1010 | 11000 | 100110011 | 1001001 | 101100 |
Color Harmonies of #C31EAF
Complementary color
Monochromatic Colors of #C31EAF
Black with #C31EAF
Text Example
Text Example
White with #C31EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EAF; }
p { color: rgb(195,30,175); }
H1.HeaderClassName
{
color: #C31EAF;
}
.AnyTagClassName
{
color: #C31EAF;
}
</style>
background-color css
<style>
a { background-color: #C31EAF; }
a { background-color: rgb(195,30,175); }
div.DivClassName
{
background-color: #C31EAF;
}
.BgClassName
{
background-color: #C31EAF;
}
</style>
border-color css
<style>
span { border-color: #C31EAF; }
span { border-color: rgb(195,30,175); }
td.TdClassName
{
border-color: #C31EAF;
}
.TagClassName
{
border-color: #C31EAF;
}
</style>