Shades of Deep Magenta #C31CAF
Tints of Deep Magenta #C31CAF
RGB
CMYK
RGB Variations
Color information
#C31CAF (or 0xC31CAF) is known color: Deep Magenta. HEX triplet: C3, 1C and AF. RGB value is (195,28,175). Sum of RGB (Red+Green+Blue) = 195+28+175=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C31CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31CAF is #3CE350. Grayscale: #5E5E5E. Windows color (decimal): -3990353 or 11476163. OLE color: 11476163.
HSL color Cylindrical-coordinate representation of color #C31CAF: hue angle of 307.19º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31CAF is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 175 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.24 |
| HSL | 307.19º | 0.75% | 0.44% | - |
| HSV(B) | 307.19º | 0.86% | 0.76% | - |
| XYZ | 30.66 | 15.53 | 41.94 | - |
| YUV | 94.69 | 173.33 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 175 | 0 | 0.86 | 0.10 | 0.24 | 307.19 | 0.75 | 0.44 |
| Hex | C3 | 1C | AF | 0 | 56 | A | 18 | 133 | 4B | 2C |
| Octal | 303 | 34 | 257 | 0 | 126 | 12 | 30 | 463 | 113 | 54 |
| Binary | 11000011 | 11100 | 10101111 | 0 | 1010110 | 1010 | 11000 | 100110011 | 1001011 | 101100 |
Color Harmonies of #C31CAF
Complementary color
Monochromatic Colors of #C31CAF
Black with #C31CAF
Text Example
Text Example
White with #C31CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CAF; }
p { color: rgb(195,28,175); }
H1.HeaderClassName
{
color: #C31CAF;
}
.AnyTagClassName
{
color: #C31CAF;
}
</style>
background-color css
<style>
a { background-color: #C31CAF; }
a { background-color: rgb(195,28,175); }
div.DivClassName
{
background-color: #C31CAF;
}
.BgClassName
{
background-color: #C31CAF;
}
</style>
border-color css
<style>
span { border-color: #C31CAF; }
span { border-color: rgb(195,28,175); }
td.TdClassName
{
border-color: #C31CAF;
}
.TagClassName
{
border-color: #C31CAF;
}
</style>