Shades of Deep Magenta #C11DCF
Tints of Deep Magenta #C11DCF
RGB
CMYK
RGB Variations
Color information
#C11DCF (or 0xC11DCF) is known color: Deep Magenta. HEX triplet: C1, 1D and CF. RGB value is (193,29,207). Sum of RGB (Red+Green+Blue) = 193+29+207=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #C11DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11DCF is #3EE230. Grayscale: #616161. Windows color (decimal): -4121137 or 13573569. OLE color: 13573569.
HSL color Cylindrical-coordinate representation of color #C11DCF: hue angle of 295.28º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11DCF is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 29 | 207 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.19 |
| HSL | 295.28º | 0.75% | 0.46% | - |
| HSV(B) | 295.28º | 0.86% | 0.81% | - |
| XYZ | 33.69 | 16.72 | 60.48 | - |
| YUV | 98.33 | 189.33 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 207 | 0.07 | 0.86 | 0 | 0.19 | 295.28 | 0.75 | 0.46 |
| Hex | C1 | 1D | CF | 7 | 56 | 0 | 13 | 127 | 4B | 2E |
| Octal | 301 | 35 | 317 | 7 | 126 | 0 | 23 | 447 | 113 | 56 |
| Binary | 11000001 | 11101 | 11001111 | 111 | 1010110 | 0 | 10011 | 100100111 | 1001011 | 101110 |
Color Harmonies of #C11DCF
Complementary color
Monochromatic Colors of #C11DCF
Black with #C11DCF
Text Example
Text Example
White with #C11DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DCF; }
p { color: rgb(193,29,207); }
H1.HeaderClassName
{
color: #C11DCF;
}
.AnyTagClassName
{
color: #C11DCF;
}
</style>
background-color css
<style>
a { background-color: #C11DCF; }
a { background-color: rgb(193,29,207); }
div.DivClassName
{
background-color: #C11DCF;
}
.BgClassName
{
background-color: #C11DCF;
}
</style>
border-color css
<style>
span { border-color: #C11DCF; }
span { border-color: rgb(193,29,207); }
td.TdClassName
{
border-color: #C11DCF;
}
.TagClassName
{
border-color: #C11DCF;
}
</style>