Shades of Deep Magenta #C211C0
Tints of Deep Magenta #C211C0
RGB
CMYK
RGB Variations
Color information
#C211C0 (or 0xC211C0) is known color: Deep Magenta. HEX triplet: C2, 11 and C0. RGB value is (194,17,192). Sum of RGB (Red+Green+Blue) = 194+17+192=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C211C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211C0 is #3DEE3F. Grayscale: #595959. Windows color (decimal): -4058688 or 12587458. OLE color: 12587458.
HSL color Cylindrical-coordinate representation of color #C211C0: hue angle of 300.68º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C211C0 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 192 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.24 |
| HSL | 300.68º | 0.84% | 0.41% | - |
| HSV(B) | 300.68º | 0.91% | 0.76% | - |
| XYZ | 31.96 | 15.68 | 51.21 | - |
| YUV | 89.87 | 185.64 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 192 | 0 | 0.91 | 0.01 | 0.24 | 300.68 | 0.84 | 0.41 |
| Hex | C2 | 11 | C0 | 0 | 5B | 1 | 18 | 12D | 54 | 29 |
| Octal | 302 | 21 | 300 | 0 | 133 | 1 | 30 | 455 | 124 | 51 |
| Binary | 11000010 | 10001 | 11000000 | 0 | 1011011 | 1 | 11000 | 100101101 | 1010100 | 101001 |
Color Harmonies of #C211C0
Complementary color
Monochromatic Colors of #C211C0
Black with #C211C0
Text Example
Text Example
White with #C211C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211C0; }
p { color: rgb(194,17,192); }
H1.HeaderClassName
{
color: #C211C0;
}
.AnyTagClassName
{
color: #C211C0;
}
</style>
background-color css
<style>
a { background-color: #C211C0; }
a { background-color: rgb(194,17,192); }
div.DivClassName
{
background-color: #C211C0;
}
.BgClassName
{
background-color: #C211C0;
}
</style>
border-color css
<style>
span { border-color: #C211C0; }
span { border-color: rgb(194,17,192); }
td.TdClassName
{
border-color: #C211C0;
}
.TagClassName
{
border-color: #C211C0;
}
</style>