Shades of Deep Magenta #C11DAD
Tints of Deep Magenta #C11DAD
RGB
CMYK
RGB Variations
Color information
#C11DAD (or 0xC11DAD) is known color: Deep Magenta. HEX triplet: C1, 1D and AD. RGB value is (193,29,173). Sum of RGB (Red+Green+Blue) = 193+29+173=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C11DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11DAD is #3EE252. Grayscale: #5E5E5E. Windows color (decimal): -4121171 or 11345345. OLE color: 11345345.
HSL color Cylindrical-coordinate representation of color #C11DAD: hue angle of 307.32º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11DAD is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 29 | 173 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.24 |
| HSL | 307.32º | 0.74% | 0.44% | - |
| HSV(B) | 307.32º | 0.85% | 0.76% | - |
| XYZ | 29.97 | 15.23 | 40.9 | - |
| YUV | 94.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 173 | 0 | 0.85 | 0.10 | 0.24 | 307.32 | 0.74 | 0.44 |
| Hex | C1 | 1D | AD | 0 | 55 | A | 18 | 133 | 4A | 2C |
| Octal | 301 | 35 | 255 | 0 | 125 | 12 | 30 | 463 | 112 | 54 |
| Binary | 11000001 | 11101 | 10101101 | 0 | 1010101 | 1010 | 11000 | 100110011 | 1001010 | 101100 |
Color Harmonies of #C11DAD
Complementary color
Monochromatic Colors of #C11DAD
Black with #C11DAD
Text Example
Text Example
White with #C11DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DAD; }
p { color: rgb(193,29,173); }
H1.HeaderClassName
{
color: #C11DAD;
}
.AnyTagClassName
{
color: #C11DAD;
}
</style>
background-color css
<style>
a { background-color: #C11DAD; }
a { background-color: rgb(193,29,173); }
div.DivClassName
{
background-color: #C11DAD;
}
.BgClassName
{
background-color: #C11DAD;
}
</style>
border-color css
<style>
span { border-color: #C11DAD; }
span { border-color: rgb(193,29,173); }
td.TdClassName
{
border-color: #C11DAD;
}
.TagClassName
{
border-color: #C11DAD;
}
</style>