Shades of Deep Magenta #C210DB
Tints of Deep Magenta #C210DB
RGB
CMYK
RGB Variations
Color information
#C210DB (or 0xC210DB) is known color: Deep Magenta. HEX triplet: C2, 10 and DB. RGB value is (194,16,219). Sum of RGB (Red+Green+Blue) = 194+16+219=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #C210DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C210DB is #3DEF24. Grayscale: #5B5B5B. Windows color (decimal): -4058917 or 14356674. OLE color: 14356674.
HSL color Cylindrical-coordinate representation of color #C210DB: 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.93%. Process color model (Four color, CMYK) of #C210DB is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 16 | 219 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.14 |
| HSL | 292.61º | 0.86% | 0.46% | - |
| HSV(B) | 292.61º | 0.93% | 0.86% | - |
| XYZ | 35.22 | 16.95 | 68.43 | - |
| YUV | 92.36 | 199.47 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 219 | 0.11 | 0.93 | 0 | 0.14 | 292.61 | 0.86 | 0.46 |
| Hex | C2 | 10 | DB | B | 5D | 0 | E | 125 | 56 | 2E |
| Octal | 302 | 20 | 333 | 13 | 135 | 0 | 16 | 445 | 126 | 56 |
| Binary | 11000010 | 10000 | 11011011 | 1011 | 1011101 | 0 | 1110 | 100100101 | 1010110 | 101110 |
Color Harmonies of #C210DB
Complementary color
Monochromatic Colors of #C210DB
Black with #C210DB
Text Example
Text Example
White with #C210DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C210DB; }
p { color: rgb(194,16,219); }
H1.HeaderClassName
{
color: #C210DB;
}
.AnyTagClassName
{
color: #C210DB;
}
</style>
background-color css
<style>
a { background-color: #C210DB; }
a { background-color: rgb(194,16,219); }
div.DivClassName
{
background-color: #C210DB;
}
.BgClassName
{
background-color: #C210DB;
}
</style>
border-color css
<style>
span { border-color: #C210DB; }
span { border-color: rgb(194,16,219); }
td.TdClassName
{
border-color: #C210DB;
}
.TagClassName
{
border-color: #C210DB;
}
</style>