Shades of Deep Magenta #C405DC
Tints of Deep Magenta #C405DC
RGB
CMYK
RGB Variations
Color information
#C405DC (or 0xC405DC) is known color: Deep Magenta. HEX triplet: C4, 05 and DC. RGB value is (196,5,220). Sum of RGB (Red+Green+Blue) = 196+5+220=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #C405DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C405DC is #3BFA23. Grayscale: #555555. Windows color (decimal): -3930660 or 14419396. OLE color: 14419396.
HSL color Cylindrical-coordinate representation of color #C405DC: hue angle of 293.3º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C405DC is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 5 | 220 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.14 |
| HSL | 293.3º | 0.96% | 0.44% | - |
| HSV(B) | 293.3º | 0.98% | 0.86% | - |
| XYZ | 35.74 | 17.01 | 69.11 | - |
| YUV | 86.62 | 203.28 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 220 | 0.11 | 0.98 | 0 | 0.14 | 293.3 | 0.96 | 0.44 |
| Hex | C4 | 5 | DC | B | 62 | 0 | E | 125 | 60 | 2C |
| Octal | 304 | 5 | 334 | 13 | 142 | 0 | 16 | 445 | 140 | 54 |
| Binary | 11000100 | 101 | 11011100 | 1011 | 1100010 | 0 | 1110 | 100100101 | 1100000 | 101100 |
Color Harmonies of #C405DC
Complementary color
Monochromatic Colors of #C405DC
Black with #C405DC
Text Example
Text Example
White with #C405DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C405DC; }
p { color: rgb(196,5,220); }
H1.HeaderClassName
{
color: #C405DC;
}
.AnyTagClassName
{
color: #C405DC;
}
</style>
background-color css
<style>
a { background-color: #C405DC; }
a { background-color: rgb(196,5,220); }
div.DivClassName
{
background-color: #C405DC;
}
.BgClassName
{
background-color: #C405DC;
}
</style>
border-color css
<style>
span { border-color: #C405DC; }
span { border-color: rgb(196,5,220); }
td.TdClassName
{
border-color: #C405DC;
}
.TagClassName
{
border-color: #C405DC;
}
</style>