Shades of Deep Magenta #C31FCD
Tints of Deep Magenta #C31FCD
RGB
CMYK
RGB Variations
Color information
#C31FCD (or 0xC31FCD) is known color: Deep Magenta. HEX triplet: C3, 1F and CD. RGB value is (195,31,205). Sum of RGB (Red+Green+Blue) = 195+31+205=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #C31FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31FCD is #3CE032. Grayscale: #636363. Windows color (decimal): -3989555 or 13443011. OLE color: 13443011.
HSL color Cylindrical-coordinate representation of color #C31FCD: hue angle of 296.55º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31FCD is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 31 | 205 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.20 |
| HSL | 296.55º | 0.74% | 0.46% | - |
| HSV(B) | 296.55º | 0.85% | 0.8% | - |
| XYZ | 34.02 | 16.99 | 59.24 | - |
| YUV | 99.87 | 187.33 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 31 | 205 | 0.05 | 0.85 | 0 | 0.20 | 296.55 | 0.74 | 0.46 |
| Hex | C3 | 1F | CD | 5 | 55 | 0 | 14 | 129 | 4A | 2E |
| Octal | 303 | 37 | 315 | 5 | 125 | 0 | 24 | 451 | 112 | 56 |
| Binary | 11000011 | 11111 | 11001101 | 101 | 1010101 | 0 | 10100 | 100101001 | 1001010 | 101110 |
Color Harmonies of #C31FCD
Complementary color
Monochromatic Colors of #C31FCD
Black with #C31FCD
Text Example
Text Example
White with #C31FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31FCD; }
p { color: rgb(195,31,205); }
H1.HeaderClassName
{
color: #C31FCD;
}
.AnyTagClassName
{
color: #C31FCD;
}
</style>
background-color css
<style>
a { background-color: #C31FCD; }
a { background-color: rgb(195,31,205); }
div.DivClassName
{
background-color: #C31FCD;
}
.BgClassName
{
background-color: #C31FCD;
}
</style>
border-color css
<style>
span { border-color: #C31FCD; }
span { border-color: rgb(195,31,205); }
td.TdClassName
{
border-color: #C31FCD;
}
.TagClassName
{
border-color: #C31FCD;
}
</style>