Shades of Deep Magenta #C003DB
Tints of Deep Magenta #C003DB
RGB
CMYK
RGB Variations
Color information
#C003DB (or 0xC003DB) is known color: Deep Magenta. HEX triplet: C0, 03 and DB. RGB value is (192,3,219). Sum of RGB (Red+Green+Blue) = 192+3+219=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 3 (1.56% from 255 or 0.72% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #C003DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C003DB is #3FFC24. Grayscale: #535353. Windows color (decimal): -4193317 or 14353344. OLE color: 14353344.
HSL color Cylindrical-coordinate representation of color #C003DB: hue angle of 292.5º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003DB is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 3 | 219 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.14 |
| HSL | 292.5º | 0.97% | 0.44% | - |
| HSV(B) | 292.5º | 0.99% | 0.86% | - |
| XYZ | 34.56 | 16.39 | 68.36 | - |
| YUV | 84.14 | 204.12 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 219 | 0.12 | 0.99 | 0 | 0.14 | 292.5 | 0.97 | 0.44 |
| Hex | C0 | 3 | DB | C | 63 | 0 | E | 124 | 61 | 2C |
| Octal | 300 | 3 | 333 | 14 | 143 | 0 | 16 | 444 | 141 | 54 |
| Binary | 11000000 | 11 | 11011011 | 1100 | 1100011 | 0 | 1110 | 100100100 | 1100001 | 101100 |
Color Harmonies of #C003DB
Complementary color
Monochromatic Colors of #C003DB
Black with #C003DB
Text Example
Text Example
White with #C003DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C003DB; }
p { color: rgb(192,3,219); }
H1.HeaderClassName
{
color: #C003DB;
}
.AnyTagClassName
{
color: #C003DB;
}
</style>
background-color css
<style>
a { background-color: #C003DB; }
a { background-color: rgb(192,3,219); }
div.DivClassName
{
background-color: #C003DB;
}
.BgClassName
{
background-color: #C003DB;
}
</style>
border-color css
<style>
span { border-color: #C003DB; }
span { border-color: rgb(192,3,219); }
td.TdClassName
{
border-color: #C003DB;
}
.TagClassName
{
border-color: #C003DB;
}
</style>