Shades of Deep Magenta #C518CC
Tints of Deep Magenta #C518CC
RGB
CMYK
RGB Variations
Color information
#C518CC (or 0xC518CC) is known color: Deep Magenta. HEX triplet: C5, 18 and CC. RGB value is (197,24,204). Sum of RGB (Red+Green+Blue) = 197+24+204=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #C518CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C518CC is #3AE733. Grayscale: #5F5F5F. Windows color (decimal): -3860276 or 13375685. OLE color: 13375685.
HSL color Cylindrical-coordinate representation of color #C518CC: hue angle of 297.67º 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 #C518CC is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 24 | 204 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.2 |
| HSL | 297.67º | 0.79% | 0.45% | - |
| HSV(B) | 297.67º | 0.88% | 0.8% | - |
| XYZ | 34.25 | 16.88 | 58.58 | - |
| YUV | 96.25 | 188.81 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 204 | 0.03 | 0.88 | 0 | 0.2 | 297.67 | 0.79 | 0.45 |
| Hex | C5 | 18 | CC | 3 | 58 | 0 | 14 | 12A | 4F | 2D |
| Octal | 305 | 30 | 314 | 3 | 130 | 0 | 24 | 452 | 117 | 55 |
| Binary | 11000101 | 11000 | 11001100 | 11 | 1011000 | 0 | 10100 | 100101010 | 1001111 | 101101 |
Color Harmonies of #C518CC
Complementary color
Monochromatic Colors of #C518CC
Black with #C518CC
Text Example
Text Example
White with #C518CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518CC; }
p { color: rgb(197,24,204); }
H1.HeaderClassName
{
color: #C518CC;
}
.AnyTagClassName
{
color: #C518CC;
}
</style>
background-color css
<style>
a { background-color: #C518CC; }
a { background-color: rgb(197,24,204); }
div.DivClassName
{
background-color: #C518CC;
}
.BgClassName
{
background-color: #C518CC;
}
</style>
border-color css
<style>
span { border-color: #C518CC; }
span { border-color: rgb(197,24,204); }
td.TdClassName
{
border-color: #C518CC;
}
.TagClassName
{
border-color: #C518CC;
}
</style>