Shades of Deep Magenta #C211B3
Tints of Deep Magenta #C211B3
RGB
CMYK
RGB Variations
Color information
#C211B3 (or 0xC211B3) is known color: Deep Magenta. HEX triplet: C2, 11 and B3. RGB value is (194,17,179). Sum of RGB (Red+Green+Blue) = 194+17+179=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C211B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211B3 is #3DEE4C. Grayscale: #575757. Windows color (decimal): -4058701 or 11735490. OLE color: 11735490.
HSL color Cylindrical-coordinate representation of color #C211B3: hue angle of 305.08º 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 #C211B3 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 179 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.24 |
| HSL | 305.08º | 0.84% | 0.41% | - |
| HSV(B) | 305.08º | 0.91% | 0.76% | - |
| XYZ | 30.59 | 15.12 | 43.96 | - |
| YUV | 88.39 | 179.14 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 179 | 0 | 0.91 | 0.08 | 0.24 | 305.08 | 0.84 | 0.41 |
| Hex | C2 | 11 | B3 | 0 | 5B | 8 | 18 | 131 | 54 | 29 |
| Octal | 302 | 21 | 263 | 0 | 133 | 10 | 30 | 461 | 124 | 51 |
| Binary | 11000010 | 10001 | 10110011 | 0 | 1011011 | 1000 | 11000 | 100110001 | 1010100 | 101001 |
Color Harmonies of #C211B3
Complementary color
Monochromatic Colors of #C211B3
Black with #C211B3
Text Example
Text Example
White with #C211B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211B3; }
p { color: rgb(194,17,179); }
H1.HeaderClassName
{
color: #C211B3;
}
.AnyTagClassName
{
color: #C211B3;
}
</style>
background-color css
<style>
a { background-color: #C211B3; }
a { background-color: rgb(194,17,179); }
div.DivClassName
{
background-color: #C211B3;
}
.BgClassName
{
background-color: #C211B3;
}
</style>
border-color css
<style>
span { border-color: #C211B3; }
span { border-color: rgb(194,17,179); }
td.TdClassName
{
border-color: #C211B3;
}
.TagClassName
{
border-color: #C211B3;
}
</style>