Shades of Medium Violet Red #C21EAC
Tints of Medium Violet Red #C21EAC
RGB
CMYK
RGB Variations
Color information
#C21EAC (or 0xC21EAC) is known color: Medium Violet Red. HEX triplet: C2, 1E and AC. RGB value is (194,30,172). Sum of RGB (Red+Green+Blue) = 194+30+172=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C21EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21EAC is #3DE153. Grayscale: #5E5E5E. Windows color (decimal): -4055380 or 11280066. OLE color: 11280066.
HSL color Cylindrical-coordinate representation of color #C21EAC: hue angle of 308.05º degrees, saturation: 0.73, 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 #C21EAC is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 172 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.24 |
| HSL | 308.05º | 0.73% | 0.44% | - |
| HSV(B) | 308.05º | 0.85% | 0.76% | - |
| XYZ | 30.16 | 15.38 | 40.41 | - |
| YUV | 95.22 | 171.33 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 172 | 0 | 0.85 | 0.11 | 0.24 | 308.05 | 0.73 | 0.44 |
| Hex | C2 | 1E | AC | 0 | 55 | B | 18 | 134 | 49 | 2C |
| Octal | 302 | 36 | 254 | 0 | 125 | 13 | 30 | 464 | 111 | 54 |
| Binary | 11000010 | 11110 | 10101100 | 0 | 1010101 | 1011 | 11000 | 100110100 | 1001001 | 101100 |
Color Harmonies of #C21EAC
Complementary color
Monochromatic Colors of #C21EAC
Black with #C21EAC
Text Example
Text Example
White with #C21EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21EAC; }
p { color: rgb(194,30,172); }
H1.HeaderClassName
{
color: #C21EAC;
}
.AnyTagClassName
{
color: #C21EAC;
}
</style>
background-color css
<style>
a { background-color: #C21EAC; }
a { background-color: rgb(194,30,172); }
div.DivClassName
{
background-color: #C21EAC;
}
.BgClassName
{
background-color: #C21EAC;
}
</style>
border-color css
<style>
span { border-color: #C21EAC; }
span { border-color: rgb(194,30,172); }
td.TdClassName
{
border-color: #C21EAC;
}
.TagClassName
{
border-color: #C21EAC;
}
</style>