Shades of Deep Magenta #C508B9
Tints of Deep Magenta #C508B9
RGB
CMYK
RGB Variations
Color information
#C508B9 (or 0xC508B9) is known color: Deep Magenta. HEX triplet: C5, 08 and B9. RGB value is (197,8,185). Sum of RGB (Red+Green+Blue) = 197+8+185=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C508B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508B9 is #3AF746. Grayscale: #545454. Windows color (decimal): -3864391 or 12126405. OLE color: 12126405.
HSL color Cylindrical-coordinate representation of color #C508B9: hue angle of 303.81º 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 #C508B9 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 185 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.23 |
| HSL | 303.81º | 0.92% | 0.4% | - |
| HSV(B) | 303.81º | 0.96% | 0.77% | - |
| XYZ | 31.87 | 15.55 | 47.22 | - |
| YUV | 84.69 | 184.62 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 185 | 0 | 0.96 | 0.06 | 0.23 | 303.81 | 0.92 | 0.4 |
| Hex | C5 | 8 | B9 | 0 | 60 | 6 | 17 | 130 | 5C | 28 |
| Octal | 305 | 10 | 271 | 0 | 140 | 6 | 27 | 460 | 134 | 50 |
| Binary | 11000101 | 1000 | 10111001 | 0 | 1100000 | 110 | 10111 | 100110000 | 1011100 | 101000 |
Color Harmonies of #C508B9
Complementary color
Monochromatic Colors of #C508B9
Black with #C508B9
Text Example
Text Example
White with #C508B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508B9; }
p { color: rgb(197,8,185); }
H1.HeaderClassName
{
color: #C508B9;
}
.AnyTagClassName
{
color: #C508B9;
}
</style>
background-color css
<style>
a { background-color: #C508B9; }
a { background-color: rgb(197,8,185); }
div.DivClassName
{
background-color: #C508B9;
}
.BgClassName
{
background-color: #C508B9;
}
</style>
border-color css
<style>
span { border-color: #C508B9; }
span { border-color: rgb(197,8,185); }
td.TdClassName
{
border-color: #C508B9;
}
.TagClassName
{
border-color: #C508B9;
}
</style>