Shades of Deep Magenta #C407DC
Tints of Deep Magenta #C407DC
RGB
CMYK
RGB Variations
Color information
#C407DC (or 0xC407DC) is known color: Deep Magenta. HEX triplet: C4, 07 and DC. RGB value is (196,7,220). Sum of RGB (Red+Green+Blue) = 196+7+220=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 7 (3.12% from 255 or 1.65% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #C407DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407DC is #3BF823. Grayscale: #575757. Windows color (decimal): -3930148 or 14419908. OLE color: 14419908.
HSL color Cylindrical-coordinate representation of color #C407DC: hue angle of 293.24º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C407DC is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 7 | 220 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.14 |
| HSL | 293.24º | 0.94% | 0.45% | - |
| HSV(B) | 293.24º | 0.97% | 0.86% | - |
| XYZ | 35.76 | 17.06 | 69.12 | - |
| YUV | 87.79 | 202.62 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 220 | 0.11 | 0.97 | 0 | 0.14 | 293.24 | 0.94 | 0.45 |
| Hex | C4 | 7 | DC | B | 61 | 0 | E | 125 | 5E | 2D |
| Octal | 304 | 7 | 334 | 13 | 141 | 0 | 16 | 445 | 136 | 55 |
| Binary | 11000100 | 111 | 11011100 | 1011 | 1100001 | 0 | 1110 | 100100101 | 1011110 | 101101 |
Color Harmonies of #C407DC
Complementary color
Monochromatic Colors of #C407DC
Black with #C407DC
Text Example
Text Example
White with #C407DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407DC; }
p { color: rgb(196,7,220); }
H1.HeaderClassName
{
color: #C407DC;
}
.AnyTagClassName
{
color: #C407DC;
}
</style>
background-color css
<style>
a { background-color: #C407DC; }
a { background-color: rgb(196,7,220); }
div.DivClassName
{
background-color: #C407DC;
}
.BgClassName
{
background-color: #C407DC;
}
</style>
border-color css
<style>
span { border-color: #C407DC; }
span { border-color: rgb(196,7,220); }
td.TdClassName
{
border-color: #C407DC;
}
.TagClassName
{
border-color: #C407DC;
}
</style>