Shades of Deep Magenta #C31ECC
Tints of Deep Magenta #C31ECC
RGB
CMYK
RGB Variations
Color information
#C31ECC (or 0xC31ECC) is known color: Deep Magenta. HEX triplet: C3, 1E and CC. RGB value is (195,30,204). Sum of RGB (Red+Green+Blue) = 195+30+204=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #C31ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31ECC is #3CE133. Grayscale: #626262. Windows color (decimal): -3989812 or 13377219. OLE color: 13377219.
HSL color Cylindrical-coordinate representation of color #C31ECC: hue angle of 296.9º 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 #C31ECC is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 30 | 204 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.2 |
| HSL | 296.9º | 0.74% | 0.46% | - |
| HSV(B) | 296.9º | 0.85% | 0.8% | - |
| XYZ | 33.87 | 16.89 | 58.6 | - |
| YUV | 99.17 | 187.16 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 204 | 0.04 | 0.85 | 0 | 0.2 | 296.9 | 0.74 | 0.46 |
| Hex | C3 | 1E | CC | 4 | 55 | 0 | 14 | 129 | 4A | 2E |
| Octal | 303 | 36 | 314 | 4 | 125 | 0 | 24 | 451 | 112 | 56 |
| Binary | 11000011 | 11110 | 11001100 | 100 | 1010101 | 0 | 10100 | 100101001 | 1001010 | 101110 |
Color Harmonies of #C31ECC
Complementary color
Monochromatic Colors of #C31ECC
Black with #C31ECC
Text Example
Text Example
White with #C31ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31ECC; }
p { color: rgb(195,30,204); }
H1.HeaderClassName
{
color: #C31ECC;
}
.AnyTagClassName
{
color: #C31ECC;
}
</style>
background-color css
<style>
a { background-color: #C31ECC; }
a { background-color: rgb(195,30,204); }
div.DivClassName
{
background-color: #C31ECC;
}
.BgClassName
{
background-color: #C31ECC;
}
</style>
border-color css
<style>
span { border-color: #C31ECC; }
span { border-color: rgb(195,30,204); }
td.TdClassName
{
border-color: #C31ECC;
}
.TagClassName
{
border-color: #C31ECC;
}
</style>