Shades of Deep Magenta #C31AC0
Tints of Deep Magenta #C31AC0
RGB
CMYK
RGB Variations
Color information
#C31AC0 (or 0xC31AC0) is known color: Deep Magenta. HEX triplet: C3, 1A and C0. RGB value is (195,26,192). Sum of RGB (Red+Green+Blue) = 195+26+192=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C31AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31AC0 is #3CE53F. Grayscale: #5E5E5E. Windows color (decimal): -3990848 or 12589763. OLE color: 12589763.
HSL color Cylindrical-coordinate representation of color #C31AC0: hue angle of 301.07º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31AC0 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 192 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.24 |
| HSL | 301.07º | 0.76% | 0.43% | - |
| HSV(B) | 301.07º | 0.87% | 0.76% | - |
| XYZ | 32.39 | 16.15 | 51.28 | - |
| YUV | 95.46 | 182.49 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 192 | 0 | 0.87 | 0.02 | 0.24 | 301.07 | 0.76 | 0.43 |
| Hex | C3 | 1A | C0 | 0 | 57 | 2 | 18 | 12D | 4C | 2B |
| Octal | 303 | 32 | 300 | 0 | 127 | 2 | 30 | 455 | 114 | 53 |
| Binary | 11000011 | 11010 | 11000000 | 0 | 1010111 | 10 | 11000 | 100101101 | 1001100 | 101011 |
Color Harmonies of #C31AC0
Complementary color
Monochromatic Colors of #C31AC0
Black with #C31AC0
Text Example
Text Example
White with #C31AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31AC0; }
p { color: rgb(195,26,192); }
H1.HeaderClassName
{
color: #C31AC0;
}
.AnyTagClassName
{
color: #C31AC0;
}
</style>
background-color css
<style>
a { background-color: #C31AC0; }
a { background-color: rgb(195,26,192); }
div.DivClassName
{
background-color: #C31AC0;
}
.BgClassName
{
background-color: #C31AC0;
}
</style>
border-color css
<style>
span { border-color: #C31AC0; }
span { border-color: rgb(195,26,192); }
td.TdClassName
{
border-color: #C31AC0;
}
.TagClassName
{
border-color: #C31AC0;
}
</style>