Shades of Deep Magenta #C001DB
Tints of Deep Magenta #C001DB
RGB
CMYK
RGB Variations
Color information
#C001DB (or 0xC001DB) is known color: Deep Magenta. HEX triplet: C0, 01 and DB. RGB value is (192,1,219). Sum of RGB (Red+Green+Blue) = 192+1+219=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #C001DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C001DB is #3FFE24. Grayscale: #525252. Windows color (decimal): -4193829 or 14352832. OLE color: 14352832.
HSL color Cylindrical-coordinate representation of color #C001DB: hue angle of 292.57º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C001DB is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 192 | 1 | 219 | - |
CMYK | 0.12 | 1.00 | 0 | 0.14 |
HSL | 292.57º | 0.99% | 0.43% | - |
HSV(B) | 292.57º | 1% | 0.86% | - |
XYZ | 34.54 | 16.34 | 68.35 | - |
YUV | 82.96 | 204.78 | 205.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 1 | 219 | 0.12 | 1.00 | 0 | 0.14 | 292.57 | 0.99 | 0.43 |
Hex | C0 | 1 | DB | C | 64 | 0 | E | 125 | 63 | 2B |
Octal | 300 | 1 | 333 | 14 | 144 | 0 | 16 | 445 | 143 | 53 |
Binary | 11000000 | 1 | 11011011 | 1100 | 1100100 | 0 | 1110 | 100100101 | 1100011 | 101011 |
Color Harmonies of #C001DB
Complementary color
Monochromatic Colors of #C001DB
Black with #C001DB
Text Example
Text Example
White with #C001DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001DB; }
p { color: rgb(192,1,219); }
H1.HeaderClassName
{
color: #C001DB;
}
.AnyTagClassName
{
color: #C001DB;
}
</style>
background-color css
<style>
a { background-color: #C001DB; }
a { background-color: rgb(192,1,219); }
div.DivClassName
{
background-color: #C001DB;
}
.BgClassName
{
background-color: #C001DB;
}
</style>
border-color css
<style>
span { border-color: #C001DB; }
span { border-color: rgb(192,1,219); }
td.TdClassName
{
border-color: #C001DB;
}
.TagClassName
{
border-color: #C001DB;
}
</style>