Shades of Deep Magenta #C511CF
Tints of Deep Magenta #C511CF
RGB
CMYK
RGB Variations
Color information
#C511CF (or 0xC511CF) is known color: Deep Magenta. HEX triplet: C5, 11 and CF. RGB value is (197,17,207). Sum of RGB (Red+Green+Blue) = 197+17+207=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #C511CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511CF is #3AEE30. Grayscale: #5B5B5B. Windows color (decimal): -3862065 or 13570501. OLE color: 13570501.
HSL color Cylindrical-coordinate representation of color #C511CF: hue angle of 296.84º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C511CF is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 17 | 207 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.19 |
| HSL | 296.84º | 0.85% | 0.44% | - |
| HSV(B) | 296.84º | 0.92% | 0.81% | - |
| XYZ | 34.49 | 16.78 | 60.45 | - |
| YUV | 92.48 | 192.63 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 207 | 0.05 | 0.92 | 0 | 0.19 | 296.84 | 0.85 | 0.44 |
| Hex | C5 | 11 | CF | 5 | 5C | 0 | 13 | 129 | 55 | 2C |
| Octal | 305 | 21 | 317 | 5 | 134 | 0 | 23 | 451 | 125 | 54 |
| Binary | 11000101 | 10001 | 11001111 | 101 | 1011100 | 0 | 10011 | 100101001 | 1010101 | 101100 |
Color Harmonies of #C511CF
Complementary color
Monochromatic Colors of #C511CF
Black with #C511CF
Text Example
Text Example
White with #C511CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C511CF; }
p { color: rgb(197,17,207); }
H1.HeaderClassName
{
color: #C511CF;
}
.AnyTagClassName
{
color: #C511CF;
}
</style>
background-color css
<style>
a { background-color: #C511CF; }
a { background-color: rgb(197,17,207); }
div.DivClassName
{
background-color: #C511CF;
}
.BgClassName
{
background-color: #C511CF;
}
</style>
border-color css
<style>
span { border-color: #C511CF; }
span { border-color: rgb(197,17,207); }
td.TdClassName
{
border-color: #C511CF;
}
.TagClassName
{
border-color: #C511CF;
}
</style>