Shades of Medium Violet Red #C21FA0
Tints of Medium Violet Red #C21FA0
RGB
CMYK
RGB Variations
Color information
#C21FA0 (or 0xC21FA0) is known color: Medium Violet Red. HEX triplet: C2, 1F and A0. RGB value is (194,31,160). Sum of RGB (Red+Green+Blue) = 194+31+160=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C21FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21FA0 is #3DE05F. Grayscale: #5E5E5E. Windows color (decimal): -4055136 or 10493890. OLE color: 10493890.
HSL color Cylindrical-coordinate representation of color #C21FA0: hue angle of 312.52º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21FA0 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 160 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.24 |
| HSL | 312.52º | 0.72% | 0.44% | - |
| HSV(B) | 312.52º | 0.84% | 0.76% | - |
| XYZ | 29.08 | 14.99 | 34.62 | - |
| YUV | 94.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 160 | 0 | 0.84 | 0.18 | 0.24 | 312.52 | 0.72 | 0.44 |
| Hex | C2 | 1F | A0 | 0 | 54 | 12 | 18 | 139 | 48 | 2C |
| Octal | 302 | 37 | 240 | 0 | 124 | 22 | 30 | 471 | 110 | 54 |
| Binary | 11000010 | 11111 | 10100000 | 0 | 1010100 | 10010 | 11000 | 100111001 | 1001000 | 101100 |
Color Harmonies of #C21FA0
Complementary color
Monochromatic Colors of #C21FA0
Black with #C21FA0
Text Example
Text Example
White with #C21FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21FA0; }
p { color: rgb(194,31,160); }
H1.HeaderClassName
{
color: #C21FA0;
}
.AnyTagClassName
{
color: #C21FA0;
}
</style>
background-color css
<style>
a { background-color: #C21FA0; }
a { background-color: rgb(194,31,160); }
div.DivClassName
{
background-color: #C21FA0;
}
.BgClassName
{
background-color: #C21FA0;
}
</style>
border-color css
<style>
span { border-color: #C21FA0; }
span { border-color: rgb(194,31,160); }
td.TdClassName
{
border-color: #C21FA0;
}
.TagClassName
{
border-color: #C21FA0;
}
</style>