Shades of Deep Magenta #C508C5
Tints of Deep Magenta #C508C5
RGB
CMYK
RGB Variations
Color information
#C508C5 (or 0xC508C5) is known color: Deep Magenta. HEX triplet: C5, 08 and C5. RGB value is (197,8,197). Sum of RGB (Red+Green+Blue) = 197+8+197=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 197 (77.34% from 255 or 49.00% from 402); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C508C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508C5 is #3AF73A. Grayscale: #555555. Windows color (decimal): -3864379 or 12912837. OLE color: 12912837.
HSL color Cylindrical-coordinate representation of color #C508C5: hue angle of 300º 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 #C508C5 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 197 | - |
| CMYK | 0 | 0.96 | 0 | 0.23 |
| HSL | 300º | 0.92% | 0.4% | - |
| HSV(B) | 300º | 0.96% | 0.77% | - |
| XYZ | 33.19 | 16.08 | 54.18 | - |
| YUV | 86.06 | 190.62 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 197 | 0 | 0.96 | 0 | 0.23 | 300 | 0.92 | 0.4 |
| Hex | C5 | 8 | C5 | 0 | 60 | 0 | 17 | 12C | 5C | 28 |
| Octal | 305 | 10 | 305 | 0 | 140 | 0 | 27 | 454 | 134 | 50 |
| Binary | 11000101 | 1000 | 11000101 | 0 | 1100000 | 0 | 10111 | 100101100 | 1011100 | 101000 |
Color Harmonies of #C508C5
Complementary color
Monochromatic Colors of #C508C5
Black with #C508C5
Text Example
Text Example
White with #C508C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508C5; }
p { color: rgb(197,8,197); }
H1.HeaderClassName
{
color: #C508C5;
}
.AnyTagClassName
{
color: #C508C5;
}
</style>
background-color css
<style>
a { background-color: #C508C5; }
a { background-color: rgb(197,8,197); }
div.DivClassName
{
background-color: #C508C5;
}
.BgClassName
{
background-color: #C508C5;
}
</style>
border-color css
<style>
span { border-color: #C508C5; }
span { border-color: rgb(197,8,197); }
td.TdClassName
{
border-color: #C508C5;
}
.TagClassName
{
border-color: #C508C5;
}
</style>