Shades of Deep Magenta #C407C0
Tints of Deep Magenta #C407C0
RGB
CMYK
RGB Variations
Color information
#C407C0 (or 0xC407C0) is known color: Deep Magenta. HEX triplet: C4, 07 and C0. RGB value is (196,7,192). Sum of RGB (Red+Green+Blue) = 196+7+192=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C407C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407C0 is #3BF83F. Grayscale: #545454. Windows color (decimal): -3930176 or 12584900. OLE color: 12584900.
HSL color Cylindrical-coordinate representation of color #C407C0: hue angle of 301.27º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C407C0 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 192 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.23 |
| HSL | 301.27º | 0.93% | 0.4% | - |
| HSV(B) | 301.27º | 0.96% | 0.77% | - |
| XYZ | 32.36 | 15.69 | 51.19 | - |
| YUV | 84.6 | 188.62 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 192 | 0 | 0.96 | 0.02 | 0.23 | 301.27 | 0.93 | 0.4 |
| Hex | C4 | 7 | C0 | 0 | 60 | 2 | 17 | 12D | 5D | 28 |
| Octal | 304 | 7 | 300 | 0 | 140 | 2 | 27 | 455 | 135 | 50 |
| Binary | 11000100 | 111 | 11000000 | 0 | 1100000 | 10 | 10111 | 100101101 | 1011101 | 101000 |
Color Harmonies of #C407C0
Complementary color
Monochromatic Colors of #C407C0
Black with #C407C0
Text Example
Text Example
White with #C407C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407C0; }
p { color: rgb(196,7,192); }
H1.HeaderClassName
{
color: #C407C0;
}
.AnyTagClassName
{
color: #C407C0;
}
</style>
background-color css
<style>
a { background-color: #C407C0; }
a { background-color: rgb(196,7,192); }
div.DivClassName
{
background-color: #C407C0;
}
.BgClassName
{
background-color: #C407C0;
}
</style>
border-color css
<style>
span { border-color: #C407C0; }
span { border-color: rgb(196,7,192); }
td.TdClassName
{
border-color: #C407C0;
}
.TagClassName
{
border-color: #C407C0;
}
</style>