Shades of Deep Magenta #C500B5
Tints of Deep Magenta #C500B5
RGB
CMYK
RGB Variations
Color information
#C500B5 (or 0xC500B5) is known color: Deep Magenta. HEX triplet: C5, 00 and B5. RGB value is (197,0,181). Sum of RGB (Red+Green+Blue) = 197+0+181=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C500B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C500B5 is #3AFF4A. Grayscale: #4F4F4F. Windows color (decimal): -3866443 or 11862213. OLE color: 11862213.
HSL color Cylindrical-coordinate representation of color #C500B5: hue angle of 304.87º 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 #C500B5 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.08 | 0.23 |
| HSL | 304.87º | 1% | 0.39% | - |
| HSV(B) | 304.87º | 1% | 0.77% | - |
| XYZ | 31.37 | 15.21 | 45 | - |
| YUV | 79.54 | 185.27 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 181 | 0 | 1 | 0.08 | 0.23 | 304.87 | 1 | 0.39 |
| Hex | C5 | 0 | B5 | 0 | 64 | 8 | 17 | 131 | 64 | 27 |
| Octal | 305 | 0 | 265 | 0 | 144 | 10 | 27 | 461 | 144 | 47 |
| Binary | 11000101 | 0 | 10110101 | 0 | 1100100 | 1000 | 10111 | 100110001 | 1100100 | 100111 |
Color Harmonies of #C500B5
Complementary color
Monochromatic Colors of #C500B5
Black with #C500B5
Text Example
Text Example
White with #C500B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C500B5; }
p { color: rgb(197,0,181); }
H1.HeaderClassName
{
color: #C500B5;
}
.AnyTagClassName
{
color: #C500B5;
}
</style>
background-color css
<style>
a { background-color: #C500B5; }
a { background-color: rgb(197,0,181); }
div.DivClassName
{
background-color: #C500B5;
}
.BgClassName
{
background-color: #C500B5;
}
</style>
border-color css
<style>
span { border-color: #C500B5; }
span { border-color: rgb(197,0,181); }
td.TdClassName
{
border-color: #C500B5;
}
.TagClassName
{
border-color: #C500B5;
}
</style>