Shades of Deep Magenta #C311DC
Tints of Deep Magenta #C311DC
RGB
CMYK
RGB Variations
Color information
#C311DC (or 0xC311DC) is known color: Deep Magenta. HEX triplet: C3, 11 and DC. RGB value is (195,17,220). Sum of RGB (Red+Green+Blue) = 195+17+220=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #C311DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C311DC is #3CEE23. Grayscale: #5C5C5C. Windows color (decimal): -3993124 or 14422467. OLE color: 14422467.
HSL color Cylindrical-coordinate representation of color #C311DC: hue angle of 292.61º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C311DC is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 17 | 220 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.14 |
| HSL | 292.61º | 0.86% | 0.46% | - |
| HSV(B) | 292.61º | 0.92% | 0.86% | - |
| XYZ | 35.62 | 17.17 | 69.15 | - |
| YUV | 93.36 | 199.47 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 220 | 0.11 | 0.92 | 0 | 0.14 | 292.61 | 0.86 | 0.46 |
| Hex | C3 | 11 | DC | B | 5C | 0 | E | 125 | 56 | 2E |
| Octal | 303 | 21 | 334 | 13 | 134 | 0 | 16 | 445 | 126 | 56 |
| Binary | 11000011 | 10001 | 11011100 | 1011 | 1011100 | 0 | 1110 | 100100101 | 1010110 | 101110 |
Color Harmonies of #C311DC
Complementary color
Monochromatic Colors of #C311DC
Black with #C311DC
Text Example
Text Example
White with #C311DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C311DC; }
p { color: rgb(195,17,220); }
H1.HeaderClassName
{
color: #C311DC;
}
.AnyTagClassName
{
color: #C311DC;
}
</style>
background-color css
<style>
a { background-color: #C311DC; }
a { background-color: rgb(195,17,220); }
div.DivClassName
{
background-color: #C311DC;
}
.BgClassName
{
background-color: #C311DC;
}
</style>
border-color css
<style>
span { border-color: #C311DC; }
span { border-color: rgb(195,17,220); }
td.TdClassName
{
border-color: #C311DC;
}
.TagClassName
{
border-color: #C311DC;
}
</style>