Shades of Medium Violet Red #C21DA2
Tints of Medium Violet Red #C21DA2
RGB
CMYK
RGB Variations
Color information
#C21DA2 (or 0xC21DA2) is known color: Medium Violet Red. HEX triplet: C2, 1D and A2. RGB value is (194,29,162). Sum of RGB (Red+Green+Blue) = 194+29+162=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C21DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21DA2 is #3DE25D. Grayscale: #5D5D5D. Windows color (decimal): -4055646 or 10624450. OLE color: 10624450.
HSL color Cylindrical-coordinate representation of color #C21DA2: hue angle of 311.64º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21DA2 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 162 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.24 |
| HSL | 311.64º | 0.74% | 0.44% | - |
| HSV(B) | 311.64º | 0.85% | 0.76% | - |
| XYZ | 29.21 | 14.96 | 35.53 | - |
| YUV | 93.5 | 166.66 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 162 | 0 | 0.85 | 0.16 | 0.24 | 311.64 | 0.74 | 0.44 |
| Hex | C2 | 1D | A2 | 0 | 55 | 10 | 18 | 138 | 4A | 2C |
| Octal | 302 | 35 | 242 | 0 | 125 | 20 | 30 | 470 | 112 | 54 |
| Binary | 11000010 | 11101 | 10100010 | 0 | 1010101 | 10000 | 11000 | 100111000 | 1001010 | 101100 |
Color Harmonies of #C21DA2
Complementary color
Monochromatic Colors of #C21DA2
Black with #C21DA2
Text Example
Text Example
White with #C21DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21DA2; }
p { color: rgb(194,29,162); }
H1.HeaderClassName
{
color: #C21DA2;
}
.AnyTagClassName
{
color: #C21DA2;
}
</style>
background-color css
<style>
a { background-color: #C21DA2; }
a { background-color: rgb(194,29,162); }
div.DivClassName
{
background-color: #C21DA2;
}
.BgClassName
{
background-color: #C21DA2;
}
</style>
border-color css
<style>
span { border-color: #C21DA2; }
span { border-color: rgb(194,29,162); }
td.TdClassName
{
border-color: #C21DA2;
}
.TagClassName
{
border-color: #C21DA2;
}
</style>