Shades of Deep Magenta #C500BF
Tints of Deep Magenta #C500BF
RGB
CMYK
RGB Variations
Color information
#C500BF (or 0xC500BF) is known color: Deep Magenta. HEX triplet: C5, 00 and BF. RGB value is (197,0,191). Sum of RGB (Red+Green+Blue) = 197+0+191=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C500BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C500BF is #3AFF40. Grayscale: #505050. Windows color (decimal): -3866433 or 12517573. OLE color: 12517573.
HSL color Cylindrical-coordinate representation of color #C500BF: hue angle of 301.83º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500BF is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 191 | - |
| CMYK | 0 | 1 | 0.03 | 0.23 |
| HSL | 301.83º | 1% | 0.39% | - |
| HSV(B) | 301.83º | 1% | 0.77% | - |
| XYZ | 32.43 | 15.63 | 50.6 | - |
| YUV | 80.68 | 190.27 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 191 | 0 | 1 | 0.03 | 0.23 | 301.83 | 1 | 0.39 |
| Hex | C5 | 0 | BF | 0 | 64 | 3 | 17 | 12E | 64 | 27 |
| Octal | 305 | 0 | 277 | 0 | 144 | 3 | 27 | 456 | 144 | 47 |
| Binary | 11000101 | 0 | 10111111 | 0 | 1100100 | 11 | 10111 | 100101110 | 1100100 | 100111 |
Color Harmonies of #C500BF
Complementary color
Monochromatic Colors of #C500BF
Black with #C500BF
Text Example
Text Example
White with #C500BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C500BF; }
p { color: rgb(197,0,191); }
H1.HeaderClassName
{
color: #C500BF;
}
.AnyTagClassName
{
color: #C500BF;
}
</style>
background-color css
<style>
a { background-color: #C500BF; }
a { background-color: rgb(197,0,191); }
div.DivClassName
{
background-color: #C500BF;
}
.BgClassName
{
background-color: #C500BF;
}
</style>
border-color css
<style>
span { border-color: #C500BF; }
span { border-color: rgb(197,0,191); }
td.TdClassName
{
border-color: #C500BF;
}
.TagClassName
{
border-color: #C500BF;
}
</style>