Shades of Medium Violet Red #C213A9
Tints of Medium Violet Red #C213A9
RGB
CMYK
RGB Variations
Color information
#C213A9 (or 0xC213A9) is known color: Medium Violet Red. HEX triplet: C2, 13 and A9. RGB value is (194,19,169). Sum of RGB (Red+Green+Blue) = 194+19+169=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 169 (66.41% from 255 or 44.24% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C213A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C213A9 is #3DEC56. Grayscale: #585858. Windows color (decimal): -4058199 or 11080642. OLE color: 11080642.
HSL color Cylindrical-coordinate representation of color #C213A9: hue angle of 308.57º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C213A9 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 169 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.24 |
| HSL | 308.57º | 0.82% | 0.42% | - |
| HSV(B) | 308.57º | 0.9% | 0.76% | - |
| XYZ | 29.64 | 14.8 | 38.83 | - |
| YUV | 88.43 | 173.48 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 169 | 0 | 0.90 | 0.13 | 0.24 | 308.57 | 0.82 | 0.42 |
| Hex | C2 | 13 | A9 | 0 | 5A | D | 18 | 135 | 52 | 2A |
| Octal | 302 | 23 | 251 | 0 | 132 | 15 | 30 | 465 | 122 | 52 |
| Binary | 11000010 | 10011 | 10101001 | 0 | 1011010 | 1101 | 11000 | 100110101 | 1010010 | 101010 |
Color Harmonies of #C213A9
Complementary color
Monochromatic Colors of #C213A9
Black with #C213A9
Text Example
Text Example
White with #C213A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C213A9; }
p { color: rgb(194,19,169); }
H1.HeaderClassName
{
color: #C213A9;
}
.AnyTagClassName
{
color: #C213A9;
}
</style>
background-color css
<style>
a { background-color: #C213A9; }
a { background-color: rgb(194,19,169); }
div.DivClassName
{
background-color: #C213A9;
}
.BgClassName
{
background-color: #C213A9;
}
</style>
border-color css
<style>
span { border-color: #C213A9; }
span { border-color: rgb(194,19,169); }
td.TdClassName
{
border-color: #C213A9;
}
.TagClassName
{
border-color: #C213A9;
}
</style>