Shades of Deep Magenta #C407B6
Tints of Deep Magenta #C407B6
RGB
CMYK
RGB Variations
Color information
#C407B6 (or 0xC407B6) is known color: Deep Magenta. HEX triplet: C4, 07 and B6. RGB value is (196,7,182). Sum of RGB (Red+Green+Blue) = 196+7+182=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C407B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407B6 is #3BF849. Grayscale: #525252. Windows color (decimal): -3930186 or 11929540. OLE color: 11929540.
HSL color Cylindrical-coordinate representation of color #C407B6: hue angle of 304.44º 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 #C407B6 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 182 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.23 |
| HSL | 304.44º | 0.93% | 0.4% | - |
| HSV(B) | 304.44º | 0.96% | 0.77% | - |
| XYZ | 31.28 | 15.27 | 45.55 | - |
| YUV | 83.46 | 183.62 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 182 | 0 | 0.96 | 0.07 | 0.23 | 304.44 | 0.93 | 0.4 |
| Hex | C4 | 7 | B6 | 0 | 60 | 7 | 17 | 130 | 5D | 28 |
| Octal | 304 | 7 | 266 | 0 | 140 | 7 | 27 | 460 | 135 | 50 |
| Binary | 11000100 | 111 | 10110110 | 0 | 1100000 | 111 | 10111 | 100110000 | 1011101 | 101000 |
Color Harmonies of #C407B6
Complementary color
Monochromatic Colors of #C407B6
Black with #C407B6
Text Example
Text Example
White with #C407B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407B6; }
p { color: rgb(196,7,182); }
H1.HeaderClassName
{
color: #C407B6;
}
.AnyTagClassName
{
color: #C407B6;
}
</style>
background-color css
<style>
a { background-color: #C407B6; }
a { background-color: rgb(196,7,182); }
div.DivClassName
{
background-color: #C407B6;
}
.BgClassName
{
background-color: #C407B6;
}
</style>
border-color css
<style>
span { border-color: #C407B6; }
span { border-color: rgb(196,7,182); }
td.TdClassName
{
border-color: #C407B6;
}
.TagClassName
{
border-color: #C407B6;
}
</style>