Shades of Deep Magenta #C518B2
Tints of Deep Magenta #C518B2
RGB
CMYK
RGB Variations
Color information
#C518B2 (or 0xC518B2) is known color: Deep Magenta. HEX triplet: C5, 18 and B2. RGB value is (197,24,178). Sum of RGB (Red+Green+Blue) = 197+24+178=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C518B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C518B2 is #3AE74D. Grayscale: #5C5C5C. Windows color (decimal): -3860302 or 11671749. OLE color: 11671749.
HSL color Cylindrical-coordinate representation of color #C518B2: hue angle of 306.59º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C518B2 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 178 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.23 |
| HSL | 306.59º | 0.78% | 0.43% | - |
| HSV(B) | 306.59º | 0.88% | 0.77% | - |
| XYZ | 31.39 | 15.74 | 43.5 | - |
| YUV | 93.28 | 175.81 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 178 | 0 | 0.88 | 0.10 | 0.23 | 306.59 | 0.78 | 0.43 |
| Hex | C5 | 18 | B2 | 0 | 58 | A | 17 | 133 | 4E | 2B |
| Octal | 305 | 30 | 262 | 0 | 130 | 12 | 27 | 463 | 116 | 53 |
| Binary | 11000101 | 11000 | 10110010 | 0 | 1011000 | 1010 | 10111 | 100110011 | 1001110 | 101011 |
Color Harmonies of #C518B2
Complementary color
Monochromatic Colors of #C518B2
Black with #C518B2
Text Example
Text Example
White with #C518B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C518B2; }
p { color: rgb(197,24,178); }
H1.HeaderClassName
{
color: #C518B2;
}
.AnyTagClassName
{
color: #C518B2;
}
</style>
background-color css
<style>
a { background-color: #C518B2; }
a { background-color: rgb(197,24,178); }
div.DivClassName
{
background-color: #C518B2;
}
.BgClassName
{
background-color: #C518B2;
}
</style>
border-color css
<style>
span { border-color: #C518B2; }
span { border-color: rgb(197,24,178); }
td.TdClassName
{
border-color: #C518B2;
}
.TagClassName
{
border-color: #C518B2;
}
</style>