Shades of Deep Magenta #C211B9
Tints of Deep Magenta #C211B9
RGB
CMYK
RGB Variations
Color information
#C211B9 (or 0xC211B9) is known color: Deep Magenta. HEX triplet: C2, 11 and B9. RGB value is (194,17,185). Sum of RGB (Red+Green+Blue) = 194+17+185=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C211B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211B9 is #3DEE46. Grayscale: #585858. Windows color (decimal): -4058695 or 12128706. OLE color: 12128706.
HSL color Cylindrical-coordinate representation of color #C211B9: hue angle of 303.05º 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 #C211B9 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 185 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.24 |
| HSL | 303.05º | 0.84% | 0.41% | - |
| HSV(B) | 303.05º | 0.91% | 0.76% | - |
| XYZ | 31.21 | 15.37 | 47.22 | - |
| YUV | 89.08 | 182.14 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 185 | 0 | 0.91 | 0.05 | 0.24 | 303.05 | 0.84 | 0.41 |
| Hex | C2 | 11 | B9 | 0 | 5B | 5 | 18 | 12F | 54 | 29 |
| Octal | 302 | 21 | 271 | 0 | 133 | 5 | 30 | 457 | 124 | 51 |
| Binary | 11000010 | 10001 | 10111001 | 0 | 1011011 | 101 | 11000 | 100101111 | 1010100 | 101001 |
Color Harmonies of #C211B9
Complementary color
Monochromatic Colors of #C211B9
Black with #C211B9
Text Example
Text Example
White with #C211B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211B9; }
p { color: rgb(194,17,185); }
H1.HeaderClassName
{
color: #C211B9;
}
.AnyTagClassName
{
color: #C211B9;
}
</style>
background-color css
<style>
a { background-color: #C211B9; }
a { background-color: rgb(194,17,185); }
div.DivClassName
{
background-color: #C211B9;
}
.BgClassName
{
background-color: #C211B9;
}
</style>
border-color css
<style>
span { border-color: #C211B9; }
span { border-color: rgb(194,17,185); }
td.TdClassName
{
border-color: #C211B9;
}
.TagClassName
{
border-color: #C211B9;
}
</style>