Shades of Deep Magenta #C312E3
Tints of Deep Magenta #C312E3
RGB
CMYK
RGB Variations
Color information
#C312E3 (or 0xC312E3) is known color: Deep Magenta. HEX triplet: C3, 12 and E3. RGB value is (195,18,227). Sum of RGB (Red+Green+Blue) = 195+18+227=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 227 (89.06% from 255 or 51.59% from 440); Max value from RGB is 227 - color contains mainly: blue. Hex color #C312E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312E3 is #3CED1C. Grayscale: #5E5E5E. Windows color (decimal): -3992861 or 14881475. OLE color: 14881475.
HSL color Cylindrical-coordinate representation of color #C312E3: hue angle of 290.81º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C312E3 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 18 | 227 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.11 |
| HSL | 290.81º | 0.85% | 0.48% | - |
| HSV(B) | 290.81º | 0.92% | 0.89% | - |
| XYZ | 36.59 | 17.58 | 74.14 | - |
| YUV | 94.75 | 202.64 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 227 | 0.14 | 0.92 | 0 | 0.11 | 290.81 | 0.85 | 0.48 |
| Hex | C3 | 12 | E3 | E | 5C | 0 | B | 123 | 55 | 30 |
| Octal | 303 | 22 | 343 | 16 | 134 | 0 | 13 | 443 | 125 | 60 |
| Binary | 11000011 | 10010 | 11100011 | 1110 | 1011100 | 0 | 1011 | 100100011 | 1010101 | 110000 |
Color Harmonies of #C312E3
Complementary color
Monochromatic Colors of #C312E3
Black with #C312E3
Text Example
Text Example
White with #C312E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C312E3; }
p { color: rgb(195,18,227); }
H1.HeaderClassName
{
color: #C312E3;
}
.AnyTagClassName
{
color: #C312E3;
}
</style>
background-color css
<style>
a { background-color: #C312E3; }
a { background-color: rgb(195,18,227); }
div.DivClassName
{
background-color: #C312E3;
}
.BgClassName
{
background-color: #C312E3;
}
</style>
border-color css
<style>
span { border-color: #C312E3; }
span { border-color: rgb(195,18,227); }
td.TdClassName
{
border-color: #C312E3;
}
.TagClassName
{
border-color: #C312E3;
}
</style>