Shades of Deep Magenta #C508DA
Tints of Deep Magenta #C508DA
RGB
CMYK
RGB Variations
Color information
#C508DA (or 0xC508DA) is known color: Deep Magenta. HEX triplet: C5, 08 and DA. RGB value is (197,8,218). Sum of RGB (Red+Green+Blue) = 197+8+218=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #C508DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508DA is #3AF725. Grayscale: #575757. Windows color (decimal): -3864358 or 14289093. OLE color: 14289093.
HSL color Cylindrical-coordinate representation of color #C508DA: hue angle of 294º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C508DA is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 8 | 218 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.15 |
| HSL | 294º | 0.93% | 0.44% | - |
| HSV(B) | 294º | 0.96% | 0.85% | - |
| XYZ | 35.77 | 17.11 | 67.75 | - |
| YUV | 88.45 | 201.12 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 218 | 0.10 | 0.96 | 0 | 0.15 | 294 | 0.93 | 0.44 |
| Hex | C5 | 8 | DA | A | 60 | 0 | F | 126 | 5D | 2C |
| Octal | 305 | 10 | 332 | 12 | 140 | 0 | 17 | 446 | 135 | 54 |
| Binary | 11000101 | 1000 | 11011010 | 1010 | 1100000 | 0 | 1111 | 100100110 | 1011101 | 101100 |
Color Harmonies of #C508DA
Complementary color
Monochromatic Colors of #C508DA
Black with #C508DA
Text Example
Text Example
White with #C508DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508DA; }
p { color: rgb(197,8,218); }
H1.HeaderClassName
{
color: #C508DA;
}
.AnyTagClassName
{
color: #C508DA;
}
</style>
background-color css
<style>
a { background-color: #C508DA; }
a { background-color: rgb(197,8,218); }
div.DivClassName
{
background-color: #C508DA;
}
.BgClassName
{
background-color: #C508DA;
}
</style>
border-color css
<style>
span { border-color: #C508DA; }
span { border-color: rgb(197,8,218); }
td.TdClassName
{
border-color: #C508DA;
}
.TagClassName
{
border-color: #C508DA;
}
</style>