Shades of Medium Violet Red #C21DA6
Tints of Medium Violet Red #C21DA6
RGB
CMYK
RGB Variations
Color information
#C21DA6 (or 0xC21DA6) is known color: Medium Violet Red. HEX triplet: C2, 1D and A6. RGB value is (194,29,166). Sum of RGB (Red+Green+Blue) = 194+29+166=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C21DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21DA6 is #3DE259. Grayscale: #5D5D5D. Windows color (decimal): -4055642 or 10886594. OLE color: 10886594.
HSL color Cylindrical-coordinate representation of color #C21DA6: hue angle of 310.18º 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 #C21DA6 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 166 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.24 |
| HSL | 310.18º | 0.74% | 0.44% | - |
| HSV(B) | 310.18º | 0.85% | 0.76% | - |
| XYZ | 29.57 | 15.1 | 37.43 | - |
| YUV | 93.95 | 168.66 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 166 | 0 | 0.85 | 0.14 | 0.24 | 310.18 | 0.74 | 0.44 |
| Hex | C2 | 1D | A6 | 0 | 55 | E | 18 | 136 | 4A | 2C |
| Octal | 302 | 35 | 246 | 0 | 125 | 16 | 30 | 466 | 112 | 54 |
| Binary | 11000010 | 11101 | 10100110 | 0 | 1010101 | 1110 | 11000 | 100110110 | 1001010 | 101100 |
Color Harmonies of #C21DA6
Complementary color
Monochromatic Colors of #C21DA6
Black with #C21DA6
Text Example
Text Example
White with #C21DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21DA6; }
p { color: rgb(194,29,166); }
H1.HeaderClassName
{
color: #C21DA6;
}
.AnyTagClassName
{
color: #C21DA6;
}
</style>
background-color css
<style>
a { background-color: #C21DA6; }
a { background-color: rgb(194,29,166); }
div.DivClassName
{
background-color: #C21DA6;
}
.BgClassName
{
background-color: #C21DA6;
}
</style>
border-color css
<style>
span { border-color: #C21DA6; }
span { border-color: rgb(194,29,166); }
td.TdClassName
{
border-color: #C21DA6;
}
.TagClassName
{
border-color: #C21DA6;
}
</style>