Shades of Deep Magenta #C01DDB
Tints of Deep Magenta #C01DDB
RGB
CMYK
RGB Variations
Color information
#C01DDB (or 0xC01DDB) is known color: Deep Magenta. HEX triplet: C0, 1D and DB. RGB value is (192,29,219). Sum of RGB (Red+Green+Blue) = 192+29+219=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #C01DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DDB is #3FE224. Grayscale: #626262. Windows color (decimal): -4186661 or 14360000. OLE color: 14360000.
HSL color Cylindrical-coordinate representation of color #C01DDB: hue angle of 291.47º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01DDB is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 29 | 219 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.14 |
| HSL | 291.47º | 0.77% | 0.49% | - |
| HSV(B) | 291.47º | 0.87% | 0.86% | - |
| XYZ | 34.96 | 17.2 | 68.49 | - |
| YUV | 99.4 | 195.5 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 219 | 0.12 | 0.87 | 0 | 0.14 | 291.47 | 0.77 | 0.49 |
| Hex | C0 | 1D | DB | C | 57 | 0 | E | 123 | 4D | 31 |
| Octal | 300 | 35 | 333 | 14 | 127 | 0 | 16 | 443 | 115 | 61 |
| Binary | 11000000 | 11101 | 11011011 | 1100 | 1010111 | 0 | 1110 | 100100011 | 1001101 | 110001 |
Color Harmonies of #C01DDB
Complementary color
Monochromatic Colors of #C01DDB
Black with #C01DDB
Text Example
Text Example
White with #C01DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DDB; }
p { color: rgb(192,29,219); }
H1.HeaderClassName
{
color: #C01DDB;
}
.AnyTagClassName
{
color: #C01DDB;
}
</style>
background-color css
<style>
a { background-color: #C01DDB; }
a { background-color: rgb(192,29,219); }
div.DivClassName
{
background-color: #C01DDB;
}
.BgClassName
{
background-color: #C01DDB;
}
</style>
border-color css
<style>
span { border-color: #C01DDB; }
span { border-color: rgb(192,29,219); }
td.TdClassName
{
border-color: #C01DDB;
}
.TagClassName
{
border-color: #C01DDB;
}
</style>