Shades of Deep Magenta #C508BB
Tints of Deep Magenta #C508BB
RGB
CMYK
RGB Variations
Color information
#C508BB (or 0xC508BB) is known color: Deep Magenta. HEX triplet: C5, 08 and BB. RGB value is (197,8,187). Sum of RGB (Red+Green+Blue) = 197+8+187=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C508BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508BB is #3AF744. Grayscale: #545454. Windows color (decimal): -3864389 or 12257477. OLE color: 12257477.
HSL color Cylindrical-coordinate representation of color #C508BB: hue angle of 303.17º degrees, saturation: 0.92, 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 #C508BB is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 187 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.23 |
| HSL | 303.17º | 0.92% | 0.4% | - |
| HSV(B) | 303.17º | 0.96% | 0.77% | - |
| XYZ | 32.08 | 15.63 | 48.34 | - |
| YUV | 84.92 | 185.62 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 187 | 0 | 0.96 | 0.05 | 0.23 | 303.17 | 0.92 | 0.4 |
| Hex | C5 | 8 | BB | 0 | 60 | 5 | 17 | 12F | 5C | 28 |
| Octal | 305 | 10 | 273 | 0 | 140 | 5 | 27 | 457 | 134 | 50 |
| Binary | 11000101 | 1000 | 10111011 | 0 | 1100000 | 101 | 10111 | 100101111 | 1011100 | 101000 |
Color Harmonies of #C508BB
Complementary color
Monochromatic Colors of #C508BB
Black with #C508BB
Text Example
Text Example
White with #C508BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508BB; }
p { color: rgb(197,8,187); }
H1.HeaderClassName
{
color: #C508BB;
}
.AnyTagClassName
{
color: #C508BB;
}
</style>
background-color css
<style>
a { background-color: #C508BB; }
a { background-color: rgb(197,8,187); }
div.DivClassName
{
background-color: #C508BB;
}
.BgClassName
{
background-color: #C508BB;
}
</style>
border-color css
<style>
span { border-color: #C508BB; }
span { border-color: rgb(197,8,187); }
td.TdClassName
{
border-color: #C508BB;
}
.TagClassName
{
border-color: #C508BB;
}
</style>