Shades of Deep Magenta #C211BF
Tints of Deep Magenta #C211BF
RGB
CMYK
RGB Variations
Color information
#C211BF (or 0xC211BF) is known color: Deep Magenta. HEX triplet: C2, 11 and BF. RGB value is (194,17,191). Sum of RGB (Red+Green+Blue) = 194+17+191=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C211BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211BF is #3DEE40. Grayscale: #595959. Windows color (decimal): -4058689 or 12521922. OLE color: 12521922.
HSL color Cylindrical-coordinate representation of color #C211BF: hue angle of 301.02º 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 #C211BF is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 191 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.24 |
| HSL | 301.02º | 0.84% | 0.41% | - |
| HSV(B) | 301.02º | 0.91% | 0.76% | - |
| XYZ | 31.85 | 15.63 | 50.63 | - |
| YUV | 89.76 | 185.14 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 191 | 0 | 0.91 | 0.02 | 0.24 | 301.02 | 0.84 | 0.41 |
| Hex | C2 | 11 | BF | 0 | 5B | 2 | 18 | 12D | 54 | 29 |
| Octal | 302 | 21 | 277 | 0 | 133 | 2 | 30 | 455 | 124 | 51 |
| Binary | 11000010 | 10001 | 10111111 | 0 | 1011011 | 10 | 11000 | 100101101 | 1010100 | 101001 |
Color Harmonies of #C211BF
Complementary color
Monochromatic Colors of #C211BF
Black with #C211BF
Text Example
Text Example
White with #C211BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211BF; }
p { color: rgb(194,17,191); }
H1.HeaderClassName
{
color: #C211BF;
}
.AnyTagClassName
{
color: #C211BF;
}
</style>
background-color css
<style>
a { background-color: #C211BF; }
a { background-color: rgb(194,17,191); }
div.DivClassName
{
background-color: #C211BF;
}
.BgClassName
{
background-color: #C211BF;
}
</style>
border-color css
<style>
span { border-color: #C211BF; }
span { border-color: rgb(194,17,191); }
td.TdClassName
{
border-color: #C211BF;
}
.TagClassName
{
border-color: #C211BF;
}
</style>