Shades of Deep Magenta #C508DD
Tints of Deep Magenta #C508DD
RGB
CMYK
RGB Variations
Color information
#C508DD (or 0xC508DD) is known color: Deep Magenta. HEX triplet: C5, 08 and DD. RGB value is (197,8,221). Sum of RGB (Red+Green+Blue) = 197+8+221=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #C508DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508DD is #3AF722. Grayscale: #585858. Windows color (decimal): -3864355 or 14485701. OLE color: 14485701.
HSL color Cylindrical-coordinate representation of color #C508DD: hue angle of 293.24º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C508DD is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 8 | 221 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.13 |
| HSL | 293.24º | 0.93% | 0.45% | - |
| HSV(B) | 293.24º | 0.96% | 0.87% | - |
| XYZ | 36.16 | 17.26 | 69.83 | - |
| YUV | 88.79 | 202.62 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 221 | 0.11 | 0.96 | 0 | 0.13 | 293.24 | 0.93 | 0.45 |
| Hex | C5 | 8 | DD | B | 60 | 0 | D | 125 | 5D | 2D |
| Octal | 305 | 10 | 335 | 13 | 140 | 0 | 15 | 445 | 135 | 55 |
| Binary | 11000101 | 1000 | 11011101 | 1011 | 1100000 | 0 | 1101 | 100100101 | 1011101 | 101101 |
Color Harmonies of #C508DD
Complementary color
Monochromatic Colors of #C508DD
Black with #C508DD
Text Example
Text Example
White with #C508DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508DD; }
p { color: rgb(197,8,221); }
H1.HeaderClassName
{
color: #C508DD;
}
.AnyTagClassName
{
color: #C508DD;
}
</style>
background-color css
<style>
a { background-color: #C508DD; }
a { background-color: rgb(197,8,221); }
div.DivClassName
{
background-color: #C508DD;
}
.BgClassName
{
background-color: #C508DD;
}
</style>
border-color css
<style>
span { border-color: #C508DD; }
span { border-color: rgb(197,8,221); }
td.TdClassName
{
border-color: #C508DD;
}
.TagClassName
{
border-color: #C508DD;
}
</style>