Shades of Deep Magenta #C407B7
Tints of Deep Magenta #C407B7
RGB
CMYK
RGB Variations
Color information
#C407B7 (or 0xC407B7) is known color: Deep Magenta. HEX triplet: C4, 07 and B7. RGB value is (196,7,183). Sum of RGB (Red+Green+Blue) = 196+7+183=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C407B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407B7 is #3BF848. Grayscale: #535353. Windows color (decimal): -3930185 or 11995076. OLE color: 11995076.
HSL color Cylindrical-coordinate representation of color #C407B7: hue angle of 304.13º 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 #C407B7 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 183 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.23 |
| HSL | 304.13º | 0.93% | 0.4% | - |
| HSV(B) | 304.13º | 0.96% | 0.77% | - |
| XYZ | 31.39 | 15.31 | 46.1 | - |
| YUV | 83.58 | 184.12 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 183 | 0 | 0.96 | 0.07 | 0.23 | 304.13 | 0.93 | 0.4 |
| Hex | C4 | 7 | B7 | 0 | 60 | 7 | 17 | 130 | 5D | 28 |
| Octal | 304 | 7 | 267 | 0 | 140 | 7 | 27 | 460 | 135 | 50 |
| Binary | 11000100 | 111 | 10110111 | 0 | 1100000 | 111 | 10111 | 100110000 | 1011101 | 101000 |
Color Harmonies of #C407B7
Complementary color
Monochromatic Colors of #C407B7
Black with #C407B7
Text Example
Text Example
White with #C407B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407B7; }
p { color: rgb(196,7,183); }
H1.HeaderClassName
{
color: #C407B7;
}
.AnyTagClassName
{
color: #C407B7;
}
</style>
background-color css
<style>
a { background-color: #C407B7; }
a { background-color: rgb(196,7,183); }
div.DivClassName
{
background-color: #C407B7;
}
.BgClassName
{
background-color: #C407B7;
}
</style>
border-color css
<style>
span { border-color: #C407B7; }
span { border-color: rgb(196,7,183); }
td.TdClassName
{
border-color: #C407B7;
}
.TagClassName
{
border-color: #C407B7;
}
</style>