Shades of Deep Magenta #C211DB
Tints of Deep Magenta #C211DB
RGB
CMYK
RGB Variations
Color information
#C211DB (or 0xC211DB) is known color: Deep Magenta. HEX triplet: C2, 11 and DB. RGB value is (194,17,219). Sum of RGB (Red+Green+Blue) = 194+17+219=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #C211DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211DB is #3DEE24. Grayscale: #5C5C5C. Windows color (decimal): -4058661 or 14356930. OLE color: 14356930.
HSL color Cylindrical-coordinate representation of color #C211DB: hue angle of 292.57º 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 #C211DB is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 194 | 17 | 219 | - |
CMYK | 0.11 | 0.92 | 0 | 0.14 |
HSL | 292.57º | 0.86% | 0.46% | - |
HSV(B) | 292.57º | 0.92% | 0.86% | - |
XYZ | 35.23 | 16.98 | 68.44 | - |
YUV | 92.95 | 199.14 | 200.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 17 | 219 | 0.11 | 0.92 | 0 | 0.14 | 292.57 | 0.86 | 0.46 |
Hex | C2 | 11 | DB | B | 5C | 0 | E | 125 | 56 | 2E |
Octal | 302 | 21 | 333 | 13 | 134 | 0 | 16 | 445 | 126 | 56 |
Binary | 11000010 | 10001 | 11011011 | 1011 | 1011100 | 0 | 1110 | 100100101 | 1010110 | 101110 |
Color Harmonies of #C211DB
Complementary color
Monochromatic Colors of #C211DB
Black with #C211DB
Text Example
Text Example
White with #C211DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211DB; }
p { color: rgb(194,17,219); }
H1.HeaderClassName
{
color: #C211DB;
}
.AnyTagClassName
{
color: #C211DB;
}
</style>
background-color css
<style>
a { background-color: #C211DB; }
a { background-color: rgb(194,17,219); }
div.DivClassName
{
background-color: #C211DB;
}
.BgClassName
{
background-color: #C211DB;
}
</style>
border-color css
<style>
span { border-color: #C211DB; }
span { border-color: rgb(194,17,219); }
td.TdClassName
{
border-color: #C211DB;
}
.TagClassName
{
border-color: #C211DB;
}
</style>