Shades of Deep Magenta #C403DB
Tints of Deep Magenta #C403DB
RGB
CMYK
RGB Variations
Color information
#C403DB (or 0xC403DB) is known color: Deep Magenta. HEX triplet: C4, 03 and DB. RGB value is (196,3,219). Sum of RGB (Red+Green+Blue) = 196+3+219=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #C403DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403DB is #3BFC24. Grayscale: #545454. Windows color (decimal): -3931173 or 14353348. OLE color: 14353348.
HSL color Cylindrical-coordinate representation of color #C403DB: hue angle of 293.61º 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 #C403DB is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 3 | 219 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.14 |
| HSL | 293.61º | 0.97% | 0.44% | - |
| HSV(B) | 293.61º | 0.99% | 0.86% | - |
| XYZ | 35.58 | 16.92 | 68.41 | - |
| YUV | 85.33 | 203.44 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 219 | 0.11 | 0.99 | 0 | 0.14 | 293.61 | 0.97 | 0.44 |
| Hex | C4 | 3 | DB | B | 63 | 0 | E | 126 | 61 | 2C |
| Octal | 304 | 3 | 333 | 13 | 143 | 0 | 16 | 446 | 141 | 54 |
| Binary | 11000100 | 11 | 11011011 | 1011 | 1100011 | 0 | 1110 | 100100110 | 1100001 | 101100 |
Color Harmonies of #C403DB
Complementary color
Monochromatic Colors of #C403DB
Black with #C403DB
Text Example
Text Example
White with #C403DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403DB; }
p { color: rgb(196,3,219); }
H1.HeaderClassName
{
color: #C403DB;
}
.AnyTagClassName
{
color: #C403DB;
}
</style>
background-color css
<style>
a { background-color: #C403DB; }
a { background-color: rgb(196,3,219); }
div.DivClassName
{
background-color: #C403DB;
}
.BgClassName
{
background-color: #C403DB;
}
</style>
border-color css
<style>
span { border-color: #C403DB; }
span { border-color: rgb(196,3,219); }
td.TdClassName
{
border-color: #C403DB;
}
.TagClassName
{
border-color: #C403DB;
}
</style>