Shades of Medium Violet Red #C21184
Tints of Medium Violet Red #C21184
RGB
CMYK
RGB Variations
Color information
#C21184 (or 0xC21184) is known color: Medium Violet Red. HEX triplet: C2, 11 and 84. RGB value is (194,17,132). Sum of RGB (Red+Green+Blue) = 194+17+132=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C21184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21184 is #3DEE7B. Grayscale: #525252. Windows color (decimal): -4058748 or 8655298. OLE color: 8655298.
HSL color Cylindrical-coordinate representation of color #C21184: hue angle of 321.02º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21184 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 132 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.24 |
| HSL | 321.02º | 0.84% | 0.41% | - |
| HSV(B) | 321.02º | 0.91% | 0.76% | - |
| XYZ | 26.61 | 13.54 | 23.04 | - |
| YUV | 83.03 | 155.64 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 132 | 0 | 0.91 | 0.32 | 0.24 | 321.02 | 0.84 | 0.41 |
| Hex | C2 | 11 | 84 | 0 | 5B | 20 | 18 | 141 | 54 | 29 |
| Octal | 302 | 21 | 204 | 0 | 133 | 40 | 30 | 501 | 124 | 51 |
| Binary | 11000010 | 10001 | 10000100 | 0 | 1011011 | 100000 | 11000 | 101000001 | 1010100 | 101001 |
Color Harmonies of #C21184
Complementary color
Monochromatic Colors of #C21184
Black with #C21184
Text Example
Text Example
White with #C21184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21184; }
p { color: rgb(194,17,132); }
H1.HeaderClassName
{
color: #C21184;
}
.AnyTagClassName
{
color: #C21184;
}
</style>
background-color css
<style>
a { background-color: #C21184; }
a { background-color: rgb(194,17,132); }
div.DivClassName
{
background-color: #C21184;
}
.BgClassName
{
background-color: #C21184;
}
</style>
border-color css
<style>
span { border-color: #C21184; }
span { border-color: rgb(194,17,132); }
td.TdClassName
{
border-color: #C21184;
}
.TagClassName
{
border-color: #C21184;
}
</style>