Shades of Medium Violet Red #C21A8D
Tints of Medium Violet Red #C21A8D
RGB
CMYK
RGB Variations
Color information
#C21A8D (or 0xC21A8D) is known color: Medium Violet Red. HEX triplet: C2, 1A and 8D. RGB value is (194,26,141). Sum of RGB (Red+Green+Blue) = 194+26+141=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21A8D is #3DE572. Grayscale: #595959. Windows color (decimal): -4056435 or 9247426. OLE color: 9247426.
HSL color Cylindrical-coordinate representation of color #C21A8D: hue angle of 318.93º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A8D is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 141 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.24 |
| HSL | 318.93º | 0.76% | 0.43% | - |
| HSV(B) | 318.93º | 0.87% | 0.76% | - |
| XYZ | 27.43 | 14.13 | 26.48 | - |
| YUV | 89.34 | 157.16 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 141 | 0 | 0.87 | 0.27 | 0.24 | 318.93 | 0.76 | 0.43 |
| Hex | C2 | 1A | 8D | 0 | 57 | 1B | 18 | 13F | 4C | 2B |
| Octal | 302 | 32 | 215 | 0 | 127 | 33 | 30 | 477 | 114 | 53 |
| Binary | 11000010 | 11010 | 10001101 | 0 | 1010111 | 11011 | 11000 | 100111111 | 1001100 | 101011 |
Color Harmonies of #C21A8D
Complementary color
Monochromatic Colors of #C21A8D
Black with #C21A8D
Text Example
Text Example
White with #C21A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A8D; }
p { color: rgb(194,26,141); }
H1.HeaderClassName
{
color: #C21A8D;
}
.AnyTagClassName
{
color: #C21A8D;
}
</style>
background-color css
<style>
a { background-color: #C21A8D; }
a { background-color: rgb(194,26,141); }
div.DivClassName
{
background-color: #C21A8D;
}
.BgClassName
{
background-color: #C21A8D;
}
</style>
border-color css
<style>
span { border-color: #C21A8D; }
span { border-color: rgb(194,26,141); }
td.TdClassName
{
border-color: #C21A8D;
}
.TagClassName
{
border-color: #C21A8D;
}
</style>