Shades of Deep Magenta #C407D0
Tints of Deep Magenta #C407D0
RGB
CMYK
RGB Variations
Color information
#C407D0 (or 0xC407D0) is known color: Deep Magenta. HEX triplet: C4, 07 and D0. RGB value is (196,7,208). Sum of RGB (Red+Green+Blue) = 196+7+208=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #C407D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407D0 is #3BF82F. Grayscale: #555555. Windows color (decimal): -3930160 or 13633476. OLE color: 13633476.
HSL color Cylindrical-coordinate representation of color #C407D0: hue angle of 296.42º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C407D0 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 7 | 208 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.18 |
| HSL | 296.42º | 0.93% | 0.42% | - |
| HSV(B) | 296.42º | 0.97% | 0.82% | - |
| XYZ | 34.23 | 16.44 | 61.04 | - |
| YUV | 86.43 | 196.62 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 208 | 0.06 | 0.97 | 0 | 0.18 | 296.42 | 0.93 | 0.42 |
| Hex | C4 | 7 | D0 | 6 | 61 | 0 | 12 | 128 | 5D | 2A |
| Octal | 304 | 7 | 320 | 6 | 141 | 0 | 22 | 450 | 135 | 52 |
| Binary | 11000100 | 111 | 11010000 | 110 | 1100001 | 0 | 10010 | 100101000 | 1011101 | 101010 |
Color Harmonies of #C407D0
Complementary color
Monochromatic Colors of #C407D0
Black with #C407D0
Text Example
Text Example
White with #C407D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407D0; }
p { color: rgb(196,7,208); }
H1.HeaderClassName
{
color: #C407D0;
}
.AnyTagClassName
{
color: #C407D0;
}
</style>
background-color css
<style>
a { background-color: #C407D0; }
a { background-color: rgb(196,7,208); }
div.DivClassName
{
background-color: #C407D0;
}
.BgClassName
{
background-color: #C407D0;
}
</style>
border-color css
<style>
span { border-color: #C407D0; }
span { border-color: rgb(196,7,208); }
td.TdClassName
{
border-color: #C407D0;
}
.TagClassName
{
border-color: #C407D0;
}
</style>