Shades of Deep Magenta #C011CF
Tints of Deep Magenta #C011CF
RGB
CMYK
RGB Variations
Color information
#C011CF (or 0xC011CF) is known color: Deep Magenta. HEX triplet: C0, 11 and CF. RGB value is (192,17,207). Sum of RGB (Red+Green+Blue) = 192+17+207=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #C011CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011CF is #3FEE30. Grayscale: #5A5A5A. Windows color (decimal): -4189745 or 13570496. OLE color: 13570496.
HSL color Cylindrical-coordinate representation of color #C011CF: hue angle of 295.26º 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 #C011CF is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 17 | 207 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.19 |
| HSL | 295.26º | 0.85% | 0.44% | - |
| HSV(B) | 295.26º | 0.92% | 0.81% | - |
| XYZ | 33.2 | 16.11 | 60.39 | - |
| YUV | 90.99 | 193.48 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 207 | 0.07 | 0.92 | 0 | 0.19 | 295.26 | 0.85 | 0.44 |
| Hex | C0 | 11 | CF | 7 | 5C | 0 | 13 | 127 | 55 | 2C |
| Octal | 300 | 21 | 317 | 7 | 134 | 0 | 23 | 447 | 125 | 54 |
| Binary | 11000000 | 10001 | 11001111 | 111 | 1011100 | 0 | 10011 | 100100111 | 1010101 | 101100 |
Color Harmonies of #C011CF
Complementary color
Monochromatic Colors of #C011CF
Black with #C011CF
Text Example
Text Example
White with #C011CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011CF; }
p { color: rgb(192,17,207); }
H1.HeaderClassName
{
color: #C011CF;
}
.AnyTagClassName
{
color: #C011CF;
}
</style>
background-color css
<style>
a { background-color: #C011CF; }
a { background-color: rgb(192,17,207); }
div.DivClassName
{
background-color: #C011CF;
}
.BgClassName
{
background-color: #C011CF;
}
</style>
border-color css
<style>
span { border-color: #C011CF; }
span { border-color: rgb(192,17,207); }
td.TdClassName
{
border-color: #C011CF;
}
.TagClassName
{
border-color: #C011CF;
}
</style>