Shades of Deep Magenta #C011CD
Tints of Deep Magenta #C011CD
RGB
CMYK
RGB Variations
Color information
#C011CD (or 0xC011CD) is known color: Deep Magenta. HEX triplet: C0, 11 and CD. RGB value is (192,17,205). Sum of RGB (Red+Green+Blue) = 192+17+205=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #C011CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C011CD is #3FEE32. Grayscale: #5A5A5A. Windows color (decimal): -4189747 or 13439424. OLE color: 13439424.
HSL color Cylindrical-coordinate representation of color #C011CD: hue angle of 295.85º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C011CD is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 17 | 205 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.20 |
| HSL | 295.85º | 0.85% | 0.44% | - |
| HSV(B) | 295.85º | 0.92% | 0.8% | - |
| XYZ | 32.96 | 16.02 | 59.11 | - |
| YUV | 90.76 | 192.48 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 205 | 0.06 | 0.92 | 0 | 0.20 | 295.85 | 0.85 | 0.44 |
| Hex | C0 | 11 | CD | 6 | 5C | 0 | 14 | 128 | 55 | 2C |
| Octal | 300 | 21 | 315 | 6 | 134 | 0 | 24 | 450 | 125 | 54 |
| Binary | 11000000 | 10001 | 11001101 | 110 | 1011100 | 0 | 10100 | 100101000 | 1010101 | 101100 |
Color Harmonies of #C011CD
Complementary color
Monochromatic Colors of #C011CD
Black with #C011CD
Text Example
Text Example
White with #C011CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011CD; }
p { color: rgb(192,17,205); }
H1.HeaderClassName
{
color: #C011CD;
}
.AnyTagClassName
{
color: #C011CD;
}
</style>
background-color css
<style>
a { background-color: #C011CD; }
a { background-color: rgb(192,17,205); }
div.DivClassName
{
background-color: #C011CD;
}
.BgClassName
{
background-color: #C011CD;
}
</style>
border-color css
<style>
span { border-color: #C011CD; }
span { border-color: rgb(192,17,205); }
td.TdClassName
{
border-color: #C011CD;
}
.TagClassName
{
border-color: #C011CD;
}
</style>