Shades of Deep Magenta #C311DB
Tints of Deep Magenta #C311DB
RGB
CMYK
RGB Variations
Color information
#C311DB (or 0xC311DB) is known color: Deep Magenta. HEX triplet: C3, 11 and DB. RGB value is (195,17,219). Sum of RGB (Red+Green+Blue) = 195+17+219=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #C311DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C311DB is #3CEE24. Grayscale: #5C5C5C. Windows color (decimal): -3993125 or 14356931. OLE color: 14356931.
HSL color Cylindrical-coordinate representation of color #C311DB: hue angle of 292.87º 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 #C311DB is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 17 | 219 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.14 |
| HSL | 292.87º | 0.86% | 0.46% | - |
| HSV(B) | 292.87º | 0.92% | 0.86% | - |
| XYZ | 35.49 | 17.12 | 68.45 | - |
| YUV | 93.25 | 198.97 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 219 | 0.11 | 0.92 | 0 | 0.14 | 292.87 | 0.86 | 0.46 |
| Hex | C3 | 11 | DB | B | 5C | 0 | E | 125 | 56 | 2E |
| Octal | 303 | 21 | 333 | 13 | 134 | 0 | 16 | 445 | 126 | 56 |
| Binary | 11000011 | 10001 | 11011011 | 1011 | 1011100 | 0 | 1110 | 100100101 | 1010110 | 101110 |
Color Harmonies of #C311DB
Complementary color
Monochromatic Colors of #C311DB
Black with #C311DB
Text Example
Text Example
White with #C311DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C311DB; }
p { color: rgb(195,17,219); }
H1.HeaderClassName
{
color: #C311DB;
}
.AnyTagClassName
{
color: #C311DB;
}
</style>
background-color css
<style>
a { background-color: #C311DB; }
a { background-color: rgb(195,17,219); }
div.DivClassName
{
background-color: #C311DB;
}
.BgClassName
{
background-color: #C311DB;
}
</style>
border-color css
<style>
span { border-color: #C311DB; }
span { border-color: rgb(195,17,219); }
td.TdClassName
{
border-color: #C311DB;
}
.TagClassName
{
border-color: #C311DB;
}
</style>