Shades of Deep Magenta #C403DC
Tints of Deep Magenta #C403DC
RGB
CMYK
RGB Variations
Color information
#C403DC (or 0xC403DC) is known color: Deep Magenta. HEX triplet: C4, 03 and DC. RGB value is (196,3,220). Sum of RGB (Red+Green+Blue) = 196+3+220=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #C403DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C403DC is #3BFC23. Grayscale: #545454. Windows color (decimal): -3931172 or 14418884. OLE color: 14418884.
HSL color Cylindrical-coordinate representation of color #C403DC: hue angle of 293.36º 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 #C403DC is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 3 | 220 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.14 |
| HSL | 293.36º | 0.97% | 0.44% | - |
| HSV(B) | 293.36º | 0.99% | 0.86% | - |
| XYZ | 35.72 | 16.97 | 69.1 | - |
| YUV | 85.45 | 203.94 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 220 | 0.11 | 0.99 | 0 | 0.14 | 293.36 | 0.97 | 0.44 |
| Hex | C4 | 3 | DC | B | 63 | 0 | E | 125 | 61 | 2C |
| Octal | 304 | 3 | 334 | 13 | 143 | 0 | 16 | 445 | 141 | 54 |
| Binary | 11000100 | 11 | 11011100 | 1011 | 1100011 | 0 | 1110 | 100100101 | 1100001 | 101100 |
Color Harmonies of #C403DC
Complementary color
Monochromatic Colors of #C403DC
Black with #C403DC
Text Example
Text Example
White with #C403DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403DC; }
p { color: rgb(196,3,220); }
H1.HeaderClassName
{
color: #C403DC;
}
.AnyTagClassName
{
color: #C403DC;
}
</style>
background-color css
<style>
a { background-color: #C403DC; }
a { background-color: rgb(196,3,220); }
div.DivClassName
{
background-color: #C403DC;
}
.BgClassName
{
background-color: #C403DC;
}
</style>
border-color css
<style>
span { border-color: #C403DC; }
span { border-color: rgb(196,3,220); }
td.TdClassName
{
border-color: #C403DC;
}
.TagClassName
{
border-color: #C403DC;
}
</style>