Shades of Deep Magenta #C518CD
Tints of Deep Magenta #C518CD
RGB
CMYK
RGB Variations
Color information
#C518CD (or 0xC518CD) is known color: Deep Magenta. HEX triplet: C5, 18 and CD. RGB value is (197,24,205). Sum of RGB (Red+Green+Blue) = 197+24+205=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #C518CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518CD is #3AE732. Grayscale: #5F5F5F. Windows color (decimal): -3860275 or 13441221. OLE color: 13441221.
HSL color Cylindrical-coordinate representation of color #C518CD: hue angle of 297.35º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C518CD is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 24 | 205 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.20 |
| HSL | 297.35º | 0.79% | 0.45% | - |
| HSV(B) | 297.35º | 0.88% | 0.8% | - |
| XYZ | 34.37 | 16.93 | 59.21 | - |
| YUV | 96.36 | 189.31 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 205 | 0.04 | 0.88 | 0 | 0.20 | 297.35 | 0.79 | 0.45 |
| Hex | C5 | 18 | CD | 4 | 58 | 0 | 14 | 129 | 4F | 2D |
| Octal | 305 | 30 | 315 | 4 | 130 | 0 | 24 | 451 | 117 | 55 |
| Binary | 11000101 | 11000 | 11001101 | 100 | 1011000 | 0 | 10100 | 100101001 | 1001111 | 101101 |
Color Harmonies of #C518CD
Complementary color
Monochromatic Colors of #C518CD
Black with #C518CD
Text Example
Text Example
White with #C518CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518CD; }
p { color: rgb(197,24,205); }
H1.HeaderClassName
{
color: #C518CD;
}
.AnyTagClassName
{
color: #C518CD;
}
</style>
background-color css
<style>
a { background-color: #C518CD; }
a { background-color: rgb(197,24,205); }
div.DivClassName
{
background-color: #C518CD;
}
.BgClassName
{
background-color: #C518CD;
}
</style>
border-color css
<style>
span { border-color: #C518CD; }
span { border-color: rgb(197,24,205); }
td.TdClassName
{
border-color: #C518CD;
}
.TagClassName
{
border-color: #C518CD;
}
</style>