Shades of Deep Magenta #C211D3
Tints of Deep Magenta #C211D3
RGB
CMYK
RGB Variations
Color information
#C211D3 (or 0xC211D3) is known color: Deep Magenta. HEX triplet: C2, 11 and D3. RGB value is (194,17,211). Sum of RGB (Red+Green+Blue) = 194+17+211=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 211 (82.81% from 255 or 50% from 422); Max value from RGB is 211 - color contains mainly: blue. Hex color #C211D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211D3 is #3DEE2C. Grayscale: #5B5B5B. Windows color (decimal): -4058669 or 13832642. OLE color: 13832642.
HSL color Cylindrical-coordinate representation of color #C211D3: hue angle of 294.74º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C211D3 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 17 | 211 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.17 |
| HSL | 294.74º | 0.85% | 0.45% | - |
| HSV(B) | 294.74º | 0.92% | 0.83% | - |
| XYZ | 34.21 | 16.57 | 63.02 | - |
| YUV | 92.04 | 195.14 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 211 | 0.08 | 0.92 | 0 | 0.17 | 294.74 | 0.85 | 0.45 |
| Hex | C2 | 11 | D3 | 8 | 5C | 0 | 11 | 127 | 55 | 2D |
| Octal | 302 | 21 | 323 | 10 | 134 | 0 | 21 | 447 | 125 | 55 |
| Binary | 11000010 | 10001 | 11010011 | 1000 | 1011100 | 0 | 10001 | 100100111 | 1010101 | 101101 |
Color Harmonies of #C211D3
Complementary color
Monochromatic Colors of #C211D3
Black with #C211D3
Text Example
Text Example
White with #C211D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211D3; }
p { color: rgb(194,17,211); }
H1.HeaderClassName
{
color: #C211D3;
}
.AnyTagClassName
{
color: #C211D3;
}
</style>
background-color css
<style>
a { background-color: #C211D3; }
a { background-color: rgb(194,17,211); }
div.DivClassName
{
background-color: #C211D3;
}
.BgClassName
{
background-color: #C211D3;
}
</style>
border-color css
<style>
span { border-color: #C211D3; }
span { border-color: rgb(194,17,211); }
td.TdClassName
{
border-color: #C211D3;
}
.TagClassName
{
border-color: #C211D3;
}
</style>