Shades of Deep Magenta #C407BE
Tints of Deep Magenta #C407BE
RGB
CMYK
RGB Variations
Color information
#C407BE (or 0xC407BE) is known color: Deep Magenta. HEX triplet: C4, 07 and BE. RGB value is (196,7,190). Sum of RGB (Red+Green+Blue) = 196+7+190=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C407BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407BE is #3BF841. Grayscale: #535353. Windows color (decimal): -3930178 or 12453828. OLE color: 12453828.
HSL color Cylindrical-coordinate representation of color #C407BE: hue angle of 301.9º 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 #C407BE is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 190 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.23 |
| HSL | 301.9º | 0.93% | 0.4% | - |
| HSV(B) | 301.9º | 0.96% | 0.77% | - |
| XYZ | 32.14 | 15.61 | 50.03 | - |
| YUV | 84.37 | 187.62 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 190 | 0 | 0.96 | 0.03 | 0.23 | 301.9 | 0.93 | 0.4 |
| Hex | C4 | 7 | BE | 0 | 60 | 3 | 17 | 12E | 5D | 28 |
| Octal | 304 | 7 | 276 | 0 | 140 | 3 | 27 | 456 | 135 | 50 |
| Binary | 11000100 | 111 | 10111110 | 0 | 1100000 | 11 | 10111 | 100101110 | 1011101 | 101000 |
Color Harmonies of #C407BE
Complementary color
Monochromatic Colors of #C407BE
Black with #C407BE
Text Example
Text Example
White with #C407BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407BE; }
p { color: rgb(196,7,190); }
H1.HeaderClassName
{
color: #C407BE;
}
.AnyTagClassName
{
color: #C407BE;
}
</style>
background-color css
<style>
a { background-color: #C407BE; }
a { background-color: rgb(196,7,190); }
div.DivClassName
{
background-color: #C407BE;
}
.BgClassName
{
background-color: #C407BE;
}
</style>
border-color css
<style>
span { border-color: #C407BE; }
span { border-color: rgb(196,7,190); }
td.TdClassName
{
border-color: #C407BE;
}
.TagClassName
{
border-color: #C407BE;
}
</style>