Shades of Deep Magenta #C211B4
Tints of Deep Magenta #C211B4
RGB
CMYK
RGB Variations
Color information
#C211B4 (or 0xC211B4) is known color: Deep Magenta. HEX triplet: C2, 11 and B4. RGB value is (194,17,180). Sum of RGB (Red+Green+Blue) = 194+17+180=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C211B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211B4 is #3DEE4B. Grayscale: #585858. Windows color (decimal): -4058700 or 11801026. OLE color: 11801026.
HSL color Cylindrical-coordinate representation of color #C211B4: hue angle of 304.75º 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 #C211B4 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 180 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.24 |
| HSL | 304.75º | 0.84% | 0.41% | - |
| HSV(B) | 304.75º | 0.91% | 0.76% | - |
| XYZ | 30.69 | 15.17 | 44.49 | - |
| YUV | 88.51 | 179.64 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 180 | 0 | 0.91 | 0.07 | 0.24 | 304.75 | 0.84 | 0.41 |
| Hex | C2 | 11 | B4 | 0 | 5B | 7 | 18 | 131 | 54 | 29 |
| Octal | 302 | 21 | 264 | 0 | 133 | 7 | 30 | 461 | 124 | 51 |
| Binary | 11000010 | 10001 | 10110100 | 0 | 1011011 | 111 | 11000 | 100110001 | 1010100 | 101001 |
Color Harmonies of #C211B4
Complementary color
Monochromatic Colors of #C211B4
Black with #C211B4
Text Example
Text Example
White with #C211B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211B4; }
p { color: rgb(194,17,180); }
H1.HeaderClassName
{
color: #C211B4;
}
.AnyTagClassName
{
color: #C211B4;
}
</style>
background-color css
<style>
a { background-color: #C211B4; }
a { background-color: rgb(194,17,180); }
div.DivClassName
{
background-color: #C211B4;
}
.BgClassName
{
background-color: #C211B4;
}
</style>
border-color css
<style>
span { border-color: #C211B4; }
span { border-color: rgb(194,17,180); }
td.TdClassName
{
border-color: #C211B4;
}
.TagClassName
{
border-color: #C211B4;
}
</style>