Shades of Deep Magenta #C508DC
Tints of Deep Magenta #C508DC
RGB
CMYK
RGB Variations
Color information
#C508DC (or 0xC508DC) is known color: Deep Magenta. HEX triplet: C5, 08 and DC. RGB value is (197,8,220). Sum of RGB (Red+Green+Blue) = 197+8+220=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #C508DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508DC is #3AF723. Grayscale: #585858. Windows color (decimal): -3864356 or 14420165. OLE color: 14420165.
HSL color Cylindrical-coordinate representation of color #C508DC: hue angle of 293.49º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C508DC is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 8 | 220 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.14 |
| HSL | 293.49º | 0.93% | 0.45% | - |
| HSV(B) | 293.49º | 0.96% | 0.86% | - |
| XYZ | 36.03 | 17.21 | 69.13 | - |
| YUV | 88.68 | 202.12 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 220 | 0.10 | 0.96 | 0 | 0.14 | 293.49 | 0.93 | 0.45 |
| Hex | C5 | 8 | DC | A | 60 | 0 | E | 125 | 5D | 2D |
| Octal | 305 | 10 | 334 | 12 | 140 | 0 | 16 | 445 | 135 | 55 |
| Binary | 11000101 | 1000 | 11011100 | 1010 | 1100000 | 0 | 1110 | 100100101 | 1011101 | 101101 |
Color Harmonies of #C508DC
Complementary color
Monochromatic Colors of #C508DC
Black with #C508DC
Text Example
Text Example
White with #C508DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508DC; }
p { color: rgb(197,8,220); }
H1.HeaderClassName
{
color: #C508DC;
}
.AnyTagClassName
{
color: #C508DC;
}
</style>
background-color css
<style>
a { background-color: #C508DC; }
a { background-color: rgb(197,8,220); }
div.DivClassName
{
background-color: #C508DC;
}
.BgClassName
{
background-color: #C508DC;
}
</style>
border-color css
<style>
span { border-color: #C508DC; }
span { border-color: rgb(197,8,220); }
td.TdClassName
{
border-color: #C508DC;
}
.TagClassName
{
border-color: #C508DC;
}
</style>