Shades of Deep Magenta #C508DF
Tints of Deep Magenta #C508DF
RGB
CMYK
RGB Variations
Color information
#C508DF (or 0xC508DF) is known color: Deep Magenta. HEX triplet: C5, 08 and DF. RGB value is (197,8,223). Sum of RGB (Red+Green+Blue) = 197+8+223=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #C508DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508DF is #3AF720. Grayscale: #585858. Windows color (decimal): -3864353 or 14616773. OLE color: 14616773.
HSL color Cylindrical-coordinate representation of color #C508DF: hue angle of 292.74º 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 #C508DF is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 8 | 223 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.13 |
| HSL | 292.74º | 0.93% | 0.45% | - |
| HSV(B) | 292.74º | 0.96% | 0.87% | - |
| XYZ | 36.43 | 17.37 | 71.24 | - |
| YUV | 89.02 | 203.62 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 223 | 0.12 | 0.96 | 0 | 0.13 | 292.74 | 0.93 | 0.45 |
| Hex | C5 | 8 | DF | C | 60 | 0 | D | 125 | 5D | 2D |
| Octal | 305 | 10 | 337 | 14 | 140 | 0 | 15 | 445 | 135 | 55 |
| Binary | 11000101 | 1000 | 11011111 | 1100 | 1100000 | 0 | 1101 | 100100101 | 1011101 | 101101 |
Color Harmonies of #C508DF
Complementary color
Monochromatic Colors of #C508DF
Black with #C508DF
Text Example
Text Example
White with #C508DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508DF; }
p { color: rgb(197,8,223); }
H1.HeaderClassName
{
color: #C508DF;
}
.AnyTagClassName
{
color: #C508DF;
}
</style>
background-color css
<style>
a { background-color: #C508DF; }
a { background-color: rgb(197,8,223); }
div.DivClassName
{
background-color: #C508DF;
}
.BgClassName
{
background-color: #C508DF;
}
</style>
border-color css
<style>
span { border-color: #C508DF; }
span { border-color: rgb(197,8,223); }
td.TdClassName
{
border-color: #C508DF;
}
.TagClassName
{
border-color: #C508DF;
}
</style>