Shades of Deep Magenta #C312DF
Tints of Deep Magenta #C312DF
RGB
CMYK
RGB Variations
Color information
#C312DF (or 0xC312DF) is known color: Deep Magenta. HEX triplet: C3, 12 and DF. RGB value is (195,18,223). Sum of RGB (Red+Green+Blue) = 195+18+223=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #C312DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C312DF is #3CED20. Grayscale: #5D5D5D. Windows color (decimal): -3992865 or 14619331. OLE color: 14619331.
HSL color Cylindrical-coordinate representation of color #C312DF: hue angle of 291.8º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C312DF is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 18 | 223 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.13 |
| HSL | 291.8º | 0.85% | 0.47% | - |
| HSV(B) | 291.8º | 0.92% | 0.87% | - |
| XYZ | 36.04 | 17.36 | 71.26 | - |
| YUV | 94.29 | 200.64 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 223 | 0.13 | 0.92 | 0 | 0.13 | 291.8 | 0.85 | 0.47 |
| Hex | C3 | 12 | DF | D | 5C | 0 | D | 124 | 55 | 2F |
| Octal | 303 | 22 | 337 | 15 | 134 | 0 | 15 | 444 | 125 | 57 |
| Binary | 11000011 | 10010 | 11011111 | 1101 | 1011100 | 0 | 1101 | 100100100 | 1010101 | 101111 |
Color Harmonies of #C312DF
Complementary color
Monochromatic Colors of #C312DF
Black with #C312DF
Text Example
Text Example
White with #C312DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C312DF; }
p { color: rgb(195,18,223); }
H1.HeaderClassName
{
color: #C312DF;
}
.AnyTagClassName
{
color: #C312DF;
}
</style>
background-color css
<style>
a { background-color: #C312DF; }
a { background-color: rgb(195,18,223); }
div.DivClassName
{
background-color: #C312DF;
}
.BgClassName
{
background-color: #C312DF;
}
</style>
border-color css
<style>
span { border-color: #C312DF; }
span { border-color: rgb(195,18,223); }
td.TdClassName
{
border-color: #C312DF;
}
.TagClassName
{
border-color: #C312DF;
}
</style>