Shades of Deep Magenta #C508BC
Tints of Deep Magenta #C508BC
RGB
CMYK
RGB Variations
Color information
#C508BC (or 0xC508BC) is known color: Deep Magenta. HEX triplet: C5, 08 and BC. RGB value is (197,8,188). Sum of RGB (Red+Green+Blue) = 197+8+188=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C508BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508BC is #3AF743. Grayscale: #545454. Windows color (decimal): -3864388 or 12323013. OLE color: 12323013.
HSL color Cylindrical-coordinate representation of color #C508BC: hue angle of 302.86º 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 #C508BC is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 188 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.23 |
| HSL | 302.86º | 0.92% | 0.4% | - |
| HSV(B) | 302.86º | 0.96% | 0.77% | - |
| XYZ | 32.19 | 15.67 | 48.91 | - |
| YUV | 85.03 | 186.12 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 188 | 0 | 0.96 | 0.05 | 0.23 | 302.86 | 0.92 | 0.4 |
| Hex | C5 | 8 | BC | 0 | 60 | 5 | 17 | 12F | 5C | 28 |
| Octal | 305 | 10 | 274 | 0 | 140 | 5 | 27 | 457 | 134 | 50 |
| Binary | 11000101 | 1000 | 10111100 | 0 | 1100000 | 101 | 10111 | 100101111 | 1011100 | 101000 |
Color Harmonies of #C508BC
Complementary color
Monochromatic Colors of #C508BC
Black with #C508BC
Text Example
Text Example
White with #C508BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508BC; }
p { color: rgb(197,8,188); }
H1.HeaderClassName
{
color: #C508BC;
}
.AnyTagClassName
{
color: #C508BC;
}
</style>
background-color css
<style>
a { background-color: #C508BC; }
a { background-color: rgb(197,8,188); }
div.DivClassName
{
background-color: #C508BC;
}
.BgClassName
{
background-color: #C508BC;
}
</style>
border-color css
<style>
span { border-color: #C508BC; }
span { border-color: rgb(197,8,188); }
td.TdClassName
{
border-color: #C508BC;
}
.TagClassName
{
border-color: #C508BC;
}
</style>