Shades of Medium Violet Red #C21492
Tints of Medium Violet Red #C21492
RGB
CMYK
RGB Variations
Color information
#C21492 (or 0xC21492) is known color: Medium Violet Red. HEX triplet: C2, 14 and 92. RGB value is (194,20,146). Sum of RGB (Red+Green+Blue) = 194+20+146=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C21492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21492 is #3DEB6D. Grayscale: #565656. Windows color (decimal): -4057966 or 9573570. OLE color: 9573570.
HSL color Cylindrical-coordinate representation of color #C21492: hue angle of 316.55º degrees, saturation: 0.81, 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 #C21492 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 146 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.24 |
| HSL | 316.55º | 0.81% | 0.42% | - |
| HSV(B) | 316.55º | 0.9% | 0.76% | - |
| XYZ | 27.69 | 14.04 | 28.45 | - |
| YUV | 86.39 | 161.65 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 146 | 0 | 0.90 | 0.25 | 0.24 | 316.55 | 0.81 | 0.42 |
| Hex | C2 | 14 | 92 | 0 | 5A | 19 | 18 | 13D | 51 | 2A |
| Octal | 302 | 24 | 222 | 0 | 132 | 31 | 30 | 475 | 121 | 52 |
| Binary | 11000010 | 10100 | 10010010 | 0 | 1011010 | 11001 | 11000 | 100111101 | 1010001 | 101010 |
Color Harmonies of #C21492
Complementary color
Monochromatic Colors of #C21492
Black with #C21492
Text Example
Text Example
White with #C21492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21492; }
p { color: rgb(194,20,146); }
H1.HeaderClassName
{
color: #C21492;
}
.AnyTagClassName
{
color: #C21492;
}
</style>
background-color css
<style>
a { background-color: #C21492; }
a { background-color: rgb(194,20,146); }
div.DivClassName
{
background-color: #C21492;
}
.BgClassName
{
background-color: #C21492;
}
</style>
border-color css
<style>
span { border-color: #C21492; }
span { border-color: rgb(194,20,146); }
td.TdClassName
{
border-color: #C21492;
}
.TagClassName
{
border-color: #C21492;
}
</style>