Shades of Deep Magenta #C407BF
Tints of Deep Magenta #C407BF
RGB
CMYK
RGB Variations
Color information
#C407BF (or 0xC407BF) is known color: Deep Magenta. HEX triplet: C4, 07 and BF. RGB value is (196,7,191). Sum of RGB (Red+Green+Blue) = 196+7+191=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C407BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407BF is #3BF840. Grayscale: #535353. Windows color (decimal): -3930177 or 12519364. OLE color: 12519364.
HSL color Cylindrical-coordinate representation of color #C407BF: hue angle of 301.59º 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 #C407BF is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 191 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.23 |
| HSL | 301.59º | 0.93% | 0.4% | - |
| HSV(B) | 301.59º | 0.96% | 0.77% | - |
| XYZ | 32.24 | 15.65 | 50.61 | - |
| YUV | 84.49 | 188.12 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 191 | 0 | 0.96 | 0.03 | 0.23 | 301.59 | 0.93 | 0.4 |
| Hex | C4 | 7 | BF | 0 | 60 | 3 | 17 | 12E | 5D | 28 |
| Octal | 304 | 7 | 277 | 0 | 140 | 3 | 27 | 456 | 135 | 50 |
| Binary | 11000100 | 111 | 10111111 | 0 | 1100000 | 11 | 10111 | 100101110 | 1011101 | 101000 |
Color Harmonies of #C407BF
Complementary color
Monochromatic Colors of #C407BF
Black with #C407BF
Text Example
Text Example
White with #C407BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407BF; }
p { color: rgb(196,7,191); }
H1.HeaderClassName
{
color: #C407BF;
}
.AnyTagClassName
{
color: #C407BF;
}
</style>
background-color css
<style>
a { background-color: #C407BF; }
a { background-color: rgb(196,7,191); }
div.DivClassName
{
background-color: #C407BF;
}
.BgClassName
{
background-color: #C407BF;
}
</style>
border-color css
<style>
span { border-color: #C407BF; }
span { border-color: rgb(196,7,191); }
td.TdClassName
{
border-color: #C407BF;
}
.TagClassName
{
border-color: #C407BF;
}
</style>