Shades of Deep Magenta #C518D7
Tints of Deep Magenta #C518D7
RGB
CMYK
RGB Variations
Color information
#C518D7 (or 0xC518D7) is known color: Deep Magenta. HEX triplet: C5, 18 and D7. RGB value is (197,24,215). Sum of RGB (Red+Green+Blue) = 197+24+215=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #C518D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518D7 is #3AE728. Grayscale: #606060. Windows color (decimal): -3860265 or 14096581. OLE color: 14096581.
HSL color Cylindrical-coordinate representation of color #C518D7: hue angle of 294.35º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C518D7 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 24 | 215 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.16 |
| HSL | 294.35º | 0.8% | 0.47% | - |
| HSV(B) | 294.35º | 0.89% | 0.84% | - |
| XYZ | 35.62 | 17.43 | 65.78 | - |
| YUV | 97.5 | 194.31 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 215 | 0.08 | 0.89 | 0 | 0.16 | 294.35 | 0.8 | 0.47 |
| Hex | C5 | 18 | D7 | 8 | 59 | 0 | 10 | 126 | 50 | 2F |
| Octal | 305 | 30 | 327 | 10 | 131 | 0 | 20 | 446 | 120 | 57 |
| Binary | 11000101 | 11000 | 11010111 | 1000 | 1011001 | 0 | 10000 | 100100110 | 1010000 | 101111 |
Color Harmonies of #C518D7
Complementary color
Monochromatic Colors of #C518D7
Black with #C518D7
Text Example
Text Example
White with #C518D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518D7; }
p { color: rgb(197,24,215); }
H1.HeaderClassName
{
color: #C518D7;
}
.AnyTagClassName
{
color: #C518D7;
}
</style>
background-color css
<style>
a { background-color: #C518D7; }
a { background-color: rgb(197,24,215); }
div.DivClassName
{
background-color: #C518D7;
}
.BgClassName
{
background-color: #C518D7;
}
</style>
border-color css
<style>
span { border-color: #C518D7; }
span { border-color: rgb(197,24,215); }
td.TdClassName
{
border-color: #C518D7;
}
.TagClassName
{
border-color: #C518D7;
}
</style>