Shades of Deep Magenta #C211B6
Tints of Deep Magenta #C211B6
RGB
CMYK
RGB Variations
Color information
#C211B6 (or 0xC211B6) is known color: Deep Magenta. HEX triplet: C2, 11 and B6. RGB value is (194,17,182). Sum of RGB (Red+Green+Blue) = 194+17+182=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C211B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211B6 is #3DEE49. Grayscale: #585858. Windows color (decimal): -4058698 or 11932098. OLE color: 11932098.
HSL color Cylindrical-coordinate representation of color #C211B6: hue angle of 304.07º 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 #C211B6 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 182 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.24 |
| HSL | 304.07º | 0.84% | 0.41% | - |
| HSV(B) | 304.07º | 0.91% | 0.76% | - |
| XYZ | 30.89 | 15.25 | 45.57 | - |
| YUV | 88.73 | 180.64 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 182 | 0 | 0.91 | 0.06 | 0.24 | 304.07 | 0.84 | 0.41 |
| Hex | C2 | 11 | B6 | 0 | 5B | 6 | 18 | 130 | 54 | 29 |
| Octal | 302 | 21 | 266 | 0 | 133 | 6 | 30 | 460 | 124 | 51 |
| Binary | 11000010 | 10001 | 10110110 | 0 | 1011011 | 110 | 11000 | 100110000 | 1010100 | 101001 |
Color Harmonies of #C211B6
Complementary color
Monochromatic Colors of #C211B6
Black with #C211B6
Text Example
Text Example
White with #C211B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211B6; }
p { color: rgb(194,17,182); }
H1.HeaderClassName
{
color: #C211B6;
}
.AnyTagClassName
{
color: #C211B6;
}
</style>
background-color css
<style>
a { background-color: #C211B6; }
a { background-color: rgb(194,17,182); }
div.DivClassName
{
background-color: #C211B6;
}
.BgClassName
{
background-color: #C211B6;
}
</style>
border-color css
<style>
span { border-color: #C211B6; }
span { border-color: rgb(194,17,182); }
td.TdClassName
{
border-color: #C211B6;
}
.TagClassName
{
border-color: #C211B6;
}
</style>