Shades of Deep Magenta #C31CDC
Tints of Deep Magenta #C31CDC
RGB
CMYK
RGB Variations
Color information
#C31CDC (or 0xC31CDC) is known color: Deep Magenta. HEX triplet: C3, 1C and DC. RGB value is (195,28,220). Sum of RGB (Red+Green+Blue) = 195+28+220=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #C31CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31CDC is #3CE323. Grayscale: #636363. Windows color (decimal): -3990308 or 14425283. OLE color: 14425283.
HSL color Cylindrical-coordinate representation of color #C31CDC: hue angle of 292.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31CDC is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 28 | 220 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.14 |
| HSL | 292.19º | 0.77% | 0.49% | - |
| HSV(B) | 292.19º | 0.87% | 0.86% | - |
| XYZ | 35.84 | 17.6 | 69.22 | - |
| YUV | 99.82 | 195.83 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 220 | 0.11 | 0.87 | 0 | 0.14 | 292.19 | 0.77 | 0.49 |
| Hex | C3 | 1C | DC | B | 57 | 0 | E | 124 | 4D | 31 |
| Octal | 303 | 34 | 334 | 13 | 127 | 0 | 16 | 444 | 115 | 61 |
| Binary | 11000011 | 11100 | 11011100 | 1011 | 1010111 | 0 | 1110 | 100100100 | 1001101 | 110001 |
Color Harmonies of #C31CDC
Complementary color
Monochromatic Colors of #C31CDC
Black with #C31CDC
Text Example
Text Example
White with #C31CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31CDC; }
p { color: rgb(195,28,220); }
H1.HeaderClassName
{
color: #C31CDC;
}
.AnyTagClassName
{
color: #C31CDC;
}
</style>
background-color css
<style>
a { background-color: #C31CDC; }
a { background-color: rgb(195,28,220); }
div.DivClassName
{
background-color: #C31CDC;
}
.BgClassName
{
background-color: #C31CDC;
}
</style>
border-color css
<style>
span { border-color: #C31CDC; }
span { border-color: rgb(195,28,220); }
td.TdClassName
{
border-color: #C31CDC;
}
.TagClassName
{
border-color: #C31CDC;
}
</style>