Shades of Deep Magenta #C31CC0
Tints of Deep Magenta #C31CC0
RGB
CMYK
RGB Variations
Color information
#C31CC0 (or 0xC31CC0) is known color: Deep Magenta. HEX triplet: C3, 1C and C0. RGB value is (195,28,192). Sum of RGB (Red+Green+Blue) = 195+28+192=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C31CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CC0 is #3CE33F. Grayscale: #606060. Windows color (decimal): -3990336 or 12590275. OLE color: 12590275.
HSL color Cylindrical-coordinate representation of color #C31CC0: hue angle of 301.08º 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 #C31CC0 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 192 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.24 |
| HSL | 301.08º | 0.75% | 0.44% | - |
| HSV(B) | 301.08º | 0.86% | 0.76% | - |
| XYZ | 32.44 | 16.24 | 51.29 | - |
| YUV | 96.63 | 181.83 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 192 | 0 | 0.86 | 0.02 | 0.24 | 301.08 | 0.75 | 0.44 |
| Hex | C3 | 1C | C0 | 0 | 56 | 2 | 18 | 12D | 4B | 2C |
| Octal | 303 | 34 | 300 | 0 | 126 | 2 | 30 | 455 | 113 | 54 |
| Binary | 11000011 | 11100 | 11000000 | 0 | 1010110 | 10 | 11000 | 100101101 | 1001011 | 101100 |
Color Harmonies of #C31CC0
Complementary color
Monochromatic Colors of #C31CC0
Black with #C31CC0
Text Example
Text Example
White with #C31CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CC0; }
p { color: rgb(195,28,192); }
H1.HeaderClassName
{
color: #C31CC0;
}
.AnyTagClassName
{
color: #C31CC0;
}
</style>
background-color css
<style>
a { background-color: #C31CC0; }
a { background-color: rgb(195,28,192); }
div.DivClassName
{
background-color: #C31CC0;
}
.BgClassName
{
background-color: #C31CC0;
}
</style>
border-color css
<style>
span { border-color: #C31CC0; }
span { border-color: rgb(195,28,192); }
td.TdClassName
{
border-color: #C31CC0;
}
.TagClassName
{
border-color: #C31CC0;
}
</style>