Shades of Deep Magenta #C407BC
Tints of Deep Magenta #C407BC
RGB
CMYK
RGB Variations
Color information
#C407BC (or 0xC407BC) is known color: Deep Magenta. HEX triplet: C4, 07 and BC. RGB value is (196,7,188). Sum of RGB (Red+Green+Blue) = 196+7+188=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C407BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C407BC is #3BF843. Grayscale: #535353. Windows color (decimal): -3930180 or 12322756. OLE color: 12322756.
HSL color Cylindrical-coordinate representation of color #C407BC: hue angle of 302.54º 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 #C407BC is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 188 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.23 |
| HSL | 302.54º | 0.93% | 0.4% | - |
| HSV(B) | 302.54º | 0.96% | 0.77% | - |
| XYZ | 31.92 | 15.52 | 48.89 | - |
| YUV | 84.15 | 186.62 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 188 | 0 | 0.96 | 0.04 | 0.23 | 302.54 | 0.93 | 0.4 |
| Hex | C4 | 7 | BC | 0 | 60 | 4 | 17 | 12F | 5D | 28 |
| Octal | 304 | 7 | 274 | 0 | 140 | 4 | 27 | 457 | 135 | 50 |
| Binary | 11000100 | 111 | 10111100 | 0 | 1100000 | 100 | 10111 | 100101111 | 1011101 | 101000 |
Color Harmonies of #C407BC
Complementary color
Monochromatic Colors of #C407BC
Black with #C407BC
Text Example
Text Example
White with #C407BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407BC; }
p { color: rgb(196,7,188); }
H1.HeaderClassName
{
color: #C407BC;
}
.AnyTagClassName
{
color: #C407BC;
}
</style>
background-color css
<style>
a { background-color: #C407BC; }
a { background-color: rgb(196,7,188); }
div.DivClassName
{
background-color: #C407BC;
}
.BgClassName
{
background-color: #C407BC;
}
</style>
border-color css
<style>
span { border-color: #C407BC; }
span { border-color: rgb(196,7,188); }
td.TdClassName
{
border-color: #C407BC;
}
.TagClassName
{
border-color: #C407BC;
}
</style>