Shades of Deep Magenta #C211C5
Tints of Deep Magenta #C211C5
RGB
CMYK
RGB Variations
Color information
#C211C5 (or 0xC211C5) is known color: Deep Magenta. HEX triplet: C2, 11 and C5. RGB value is (194,17,197). Sum of RGB (Red+Green+Blue) = 194+17+197=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #C211C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211C5 is #3DEE3A. Grayscale: #595959. Windows color (decimal): -4058683 or 12915138. OLE color: 12915138.
HSL color Cylindrical-coordinate representation of color #C211C5: hue angle of 299º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C211C5 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 17 | 197 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.23 |
| HSL | 299º | 0.84% | 0.42% | - |
| HSV(B) | 299º | 0.91% | 0.77% | - |
| XYZ | 32.53 | 15.9 | 54.18 | - |
| YUV | 90.44 | 188.14 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 197 | 0.02 | 0.91 | 0 | 0.23 | 299 | 0.84 | 0.42 |
| Hex | C2 | 11 | C5 | 2 | 5B | 0 | 17 | 12B | 54 | 2A |
| Octal | 302 | 21 | 305 | 2 | 133 | 0 | 27 | 453 | 124 | 52 |
| Binary | 11000010 | 10001 | 11000101 | 10 | 1011011 | 0 | 10111 | 100101011 | 1010100 | 101010 |
Color Harmonies of #C211C5
Complementary color
Monochromatic Colors of #C211C5
Black with #C211C5
Text Example
Text Example
White with #C211C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211C5; }
p { color: rgb(194,17,197); }
H1.HeaderClassName
{
color: #C211C5;
}
.AnyTagClassName
{
color: #C211C5;
}
</style>
background-color css
<style>
a { background-color: #C211C5; }
a { background-color: rgb(194,17,197); }
div.DivClassName
{
background-color: #C211C5;
}
.BgClassName
{
background-color: #C211C5;
}
</style>
border-color css
<style>
span { border-color: #C211C5; }
span { border-color: rgb(194,17,197); }
td.TdClassName
{
border-color: #C211C5;
}
.TagClassName
{
border-color: #C211C5;
}
</style>