Shades of Deep Magenta #C011B7
Tints of Deep Magenta #C011B7
RGB
CMYK
RGB Variations
Color information
#C011B7 (or 0xC011B7) is known color: Deep Magenta. HEX triplet: C0, 11 and B7. RGB value is (192,17,183). Sum of RGB (Red+Green+Blue) = 192+17+183=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C011B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011B7 is #3FEE48. Grayscale: #575757. Windows color (decimal): -4189769 or 11997632. OLE color: 11997632.
HSL color Cylindrical-coordinate representation of color #C011B7: hue angle of 303.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C011B7 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 183 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.25 |
| HSL | 303.09º | 0.84% | 0.41% | - |
| HSV(B) | 303.09º | 0.91% | 0.75% | - |
| XYZ | 30.49 | 15.03 | 46.09 | - |
| YUV | 88.25 | 181.48 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 183 | 0 | 0.91 | 0.05 | 0.25 | 303.09 | 0.84 | 0.41 |
| Hex | C0 | 11 | B7 | 0 | 5B | 5 | 19 | 12F | 54 | 29 |
| Octal | 300 | 21 | 267 | 0 | 133 | 5 | 31 | 457 | 124 | 51 |
| Binary | 11000000 | 10001 | 10110111 | 0 | 1011011 | 101 | 11001 | 100101111 | 1010100 | 101001 |
Color Harmonies of #C011B7
Complementary color
Monochromatic Colors of #C011B7
Black with #C011B7
Text Example
Text Example
White with #C011B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011B7; }
p { color: rgb(192,17,183); }
H1.HeaderClassName
{
color: #C011B7;
}
.AnyTagClassName
{
color: #C011B7;
}
</style>
background-color css
<style>
a { background-color: #C011B7; }
a { background-color: rgb(192,17,183); }
div.DivClassName
{
background-color: #C011B7;
}
.BgClassName
{
background-color: #C011B7;
}
</style>
border-color css
<style>
span { border-color: #C011B7; }
span { border-color: rgb(192,17,183); }
td.TdClassName
{
border-color: #C011B7;
}
.TagClassName
{
border-color: #C011B7;
}
</style>