Shades of Deep Magenta #C511CD
Tints of Deep Magenta #C511CD
RGB
CMYK
RGB Variations
Color information
#C511CD (or 0xC511CD) is known color: Deep Magenta. HEX triplet: C5, 11 and CD. RGB value is (197,17,205). Sum of RGB (Red+Green+Blue) = 197+17+205=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #C511CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511CD is #3AEE32. Grayscale: #5B5B5B. Windows color (decimal): -3862067 or 13439429. OLE color: 13439429.
HSL color Cylindrical-coordinate representation of color #C511CD: hue angle of 297.45º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C511CD is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 17 | 205 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.20 |
| HSL | 297.45º | 0.85% | 0.44% | - |
| HSV(B) | 297.45º | 0.92% | 0.8% | - |
| XYZ | 34.25 | 16.68 | 59.17 | - |
| YUV | 92.25 | 191.63 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 205 | 0.04 | 0.92 | 0 | 0.20 | 297.45 | 0.85 | 0.44 |
| Hex | C5 | 11 | CD | 4 | 5C | 0 | 14 | 129 | 55 | 2C |
| Octal | 305 | 21 | 315 | 4 | 134 | 0 | 24 | 451 | 125 | 54 |
| Binary | 11000101 | 10001 | 11001101 | 100 | 1011100 | 0 | 10100 | 100101001 | 1010101 | 101100 |
Color Harmonies of #C511CD
Complementary color
Monochromatic Colors of #C511CD
Black with #C511CD
Text Example
Text Example
White with #C511CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C511CD; }
p { color: rgb(197,17,205); }
H1.HeaderClassName
{
color: #C511CD;
}
.AnyTagClassName
{
color: #C511CD;
}
</style>
background-color css
<style>
a { background-color: #C511CD; }
a { background-color: rgb(197,17,205); }
div.DivClassName
{
background-color: #C511CD;
}
.BgClassName
{
background-color: #C511CD;
}
</style>
border-color css
<style>
span { border-color: #C511CD; }
span { border-color: rgb(197,17,205); }
td.TdClassName
{
border-color: #C511CD;
}
.TagClassName
{
border-color: #C511CD;
}
</style>