Shades of Deep Magenta #C31EC2
Tints of Deep Magenta #C31EC2
RGB
CMYK
RGB Variations
Color information
#C31EC2 (or 0xC31EC2) is known color: Deep Magenta. HEX triplet: C3, 1E and C2. RGB value is (195,30,194). Sum of RGB (Red+Green+Blue) = 195+30+194=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C31EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31EC2 is #3CE13D. Grayscale: #616161. Windows color (decimal): -3989822 or 12721859. OLE color: 12721859.
HSL color Cylindrical-coordinate representation of color #C31EC2: hue angle of 300.36º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31EC2 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 194 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.24 |
| HSL | 300.36º | 0.73% | 0.44% | - |
| HSV(B) | 300.36º | 0.85% | 0.76% | - |
| XYZ | 32.71 | 16.43 | 52.49 | - |
| YUV | 98.03 | 182.16 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 194 | 0 | 0.85 | 0.01 | 0.24 | 300.36 | 0.73 | 0.44 |
| Hex | C3 | 1E | C2 | 0 | 55 | 1 | 18 | 12C | 49 | 2C |
| Octal | 303 | 36 | 302 | 0 | 125 | 1 | 30 | 454 | 111 | 54 |
| Binary | 11000011 | 11110 | 11000010 | 0 | 1010101 | 1 | 11000 | 100101100 | 1001001 | 101100 |
Color Harmonies of #C31EC2
Complementary color
Monochromatic Colors of #C31EC2
Black with #C31EC2
Text Example
Text Example
White with #C31EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EC2; }
p { color: rgb(195,30,194); }
H1.HeaderClassName
{
color: #C31EC2;
}
.AnyTagClassName
{
color: #C31EC2;
}
</style>
background-color css
<style>
a { background-color: #C31EC2; }
a { background-color: rgb(195,30,194); }
div.DivClassName
{
background-color: #C31EC2;
}
.BgClassName
{
background-color: #C31EC2;
}
</style>
border-color css
<style>
span { border-color: #C31EC2; }
span { border-color: rgb(195,30,194); }
td.TdClassName
{
border-color: #C31EC2;
}
.TagClassName
{
border-color: #C31EC2;
}
</style>