Shades of Deep Magenta #C11FCD
Tints of Deep Magenta #C11FCD
RGB
CMYK
RGB Variations
Color information
#C11FCD (or 0xC11FCD) is known color: Deep Magenta. HEX triplet: C1, 1F and CD. RGB value is (193,31,205). Sum of RGB (Red+Green+Blue) = 193+31+205=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #C11FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11FCD is #3EE032. Grayscale: #626262. Windows color (decimal): -4120627 or 13443009. OLE color: 13443009.
HSL color Cylindrical-coordinate representation of color #C11FCD: hue angle of 295.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11FCD is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 31 | 205 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.20 |
| HSL | 295.86º | 0.74% | 0.46% | - |
| HSV(B) | 295.86º | 0.85% | 0.8% | - |
| XYZ | 33.5 | 16.73 | 59.22 | - |
| YUV | 99.27 | 187.67 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 205 | 0.06 | 0.85 | 0 | 0.20 | 295.86 | 0.74 | 0.46 |
| Hex | C1 | 1F | CD | 6 | 55 | 0 | 14 | 128 | 4A | 2E |
| Octal | 301 | 37 | 315 | 6 | 125 | 0 | 24 | 450 | 112 | 56 |
| Binary | 11000001 | 11111 | 11001101 | 110 | 1010101 | 0 | 10100 | 100101000 | 1001010 | 101110 |
Color Harmonies of #C11FCD
Complementary color
Monochromatic Colors of #C11FCD
Black with #C11FCD
Text Example
Text Example
White with #C11FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11FCD; }
p { color: rgb(193,31,205); }
H1.HeaderClassName
{
color: #C11FCD;
}
.AnyTagClassName
{
color: #C11FCD;
}
</style>
background-color css
<style>
a { background-color: #C11FCD; }
a { background-color: rgb(193,31,205); }
div.DivClassName
{
background-color: #C11FCD;
}
.BgClassName
{
background-color: #C11FCD;
}
</style>
border-color css
<style>
span { border-color: #C11FCD; }
span { border-color: rgb(193,31,205); }
td.TdClassName
{
border-color: #C11FCD;
}
.TagClassName
{
border-color: #C11FCD;
}
</style>