Shades of Deep Magenta #C711C5
Tints of Deep Magenta #C711C5
RGB
CMYK
RGB Variations
Color information
#C711C5 (or 0xC711C5) is known color: Deep Magenta. HEX triplet: C7, 11 and C5. RGB value is (199,17,197). Sum of RGB (Red+Green+Blue) = 199+17+197=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 197 (77.34% from 255 or 47.70% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C711C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711C5 is #38EE3A. Grayscale: #5B5B5B. Windows color (decimal): -3731003 or 12915143. OLE color: 12915143.
HSL color Cylindrical-coordinate representation of color #C711C5: hue angle of 300.66º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C711C5 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 197 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.22 |
| HSL | 300.66º | 0.84% | 0.42% | - |
| HSV(B) | 300.66º | 0.91% | 0.78% | - |
| XYZ | 33.83 | 16.57 | 54.24 | - |
| YUV | 91.94 | 187.3 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 197 | 0 | 0.91 | 0.01 | 0.22 | 300.66 | 0.84 | 0.42 |
| Hex | C7 | 11 | C5 | 0 | 5B | 1 | 16 | 12D | 54 | 2A |
| Octal | 307 | 21 | 305 | 0 | 133 | 1 | 26 | 455 | 124 | 52 |
| Binary | 11000111 | 10001 | 11000101 | 0 | 1011011 | 1 | 10110 | 100101101 | 1010100 | 101010 |
Color Harmonies of #C711C5
Complementary color
Monochromatic Colors of #C711C5
Black with #C711C5
Text Example
Text Example
White with #C711C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711C5; }
p { color: rgb(199,17,197); }
H1.HeaderClassName
{
color: #C711C5;
}
.AnyTagClassName
{
color: #C711C5;
}
</style>
background-color css
<style>
a { background-color: #C711C5; }
a { background-color: rgb(199,17,197); }
div.DivClassName
{
background-color: #C711C5;
}
.BgClassName
{
background-color: #C711C5;
}
</style>
border-color css
<style>
span { border-color: #C711C5; }
span { border-color: rgb(199,17,197); }
td.TdClassName
{
border-color: #C711C5;
}
.TagClassName
{
border-color: #C711C5;
}
</style>