Shades of Deep Magenta #C31EC3
Tints of Deep Magenta #C31EC3
RGB
CMYK
RGB Variations
Color information
#C31EC3 (or 0xC31EC3) is known color: Deep Magenta. HEX triplet: C3, 1E and C3. RGB value is (195,30,195). Sum of RGB (Red+Green+Blue) = 195+30+195=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C31EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C31EC3 is #3CE13C. Grayscale: #616161. Windows color (decimal): -3989821 or 12787395. OLE color: 12787395.
HSL color Cylindrical-coordinate representation of color #C31EC3: hue angle of 300º 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 #C31EC3 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 30 | 195 | - |
CMYK | 0 | 0.85 | 0 | 0.24 |
HSL | 300º | 0.73% | 0.44% | - |
HSV(B) | 300º | 0.85% | 0.76% | - |
XYZ | 32.82 | 16.47 | 53.08 | - |
YUV | 98.15 | 182.66 | 197.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 30 | 195 | 0 | 0.85 | 0 | 0.24 | 300 | 0.73 | 0.44 |
Hex | C3 | 1E | C3 | 0 | 55 | 0 | 18 | 12C | 49 | 2C |
Octal | 303 | 36 | 303 | 0 | 125 | 0 | 30 | 454 | 111 | 54 |
Binary | 11000011 | 11110 | 11000011 | 0 | 1010101 | 0 | 11000 | 100101100 | 1001001 | 101100 |
Color Harmonies of #C31EC3
Complementary color
Monochromatic Colors of #C31EC3
Black with #C31EC3
Text Example
Text Example
White with #C31EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31EC3; }
p { color: rgb(195,30,195); }
H1.HeaderClassName
{
color: #C31EC3;
}
.AnyTagClassName
{
color: #C31EC3;
}
</style>
background-color css
<style>
a { background-color: #C31EC3; }
a { background-color: rgb(195,30,195); }
div.DivClassName
{
background-color: #C31EC3;
}
.BgClassName
{
background-color: #C31EC3;
}
</style>
border-color css
<style>
span { border-color: #C31EC3; }
span { border-color: rgb(195,30,195); }
td.TdClassName
{
border-color: #C31EC3;
}
.TagClassName
{
border-color: #C31EC3;
}
</style>