Shades of Medium Violet Red #C21495
Tints of Medium Violet Red #C21495
RGB
CMYK
RGB Variations
Color information
#C21495 (or 0xC21495) is known color: Medium Violet Red. HEX triplet: C2, 14 and 95. RGB value is (194,20,149). Sum of RGB (Red+Green+Blue) = 194+20+149=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C21495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21495 is #3DEB6A. Grayscale: #565656. Windows color (decimal): -4057963 or 9770178. OLE color: 9770178.
HSL color Cylindrical-coordinate representation of color #C21495: hue angle of 315.52º 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 #C21495 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 149 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.24 |
| HSL | 315.52º | 0.81% | 0.42% | - |
| HSV(B) | 315.52º | 0.9% | 0.76% | - |
| XYZ | 27.92 | 14.14 | 29.69 | - |
| YUV | 86.73 | 163.15 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 149 | 0 | 0.90 | 0.23 | 0.24 | 315.52 | 0.81 | 0.42 |
| Hex | C2 | 14 | 95 | 0 | 5A | 17 | 18 | 13C | 51 | 2A |
| Octal | 302 | 24 | 225 | 0 | 132 | 27 | 30 | 474 | 121 | 52 |
| Binary | 11000010 | 10100 | 10010101 | 0 | 1011010 | 10111 | 11000 | 100111100 | 1010001 | 101010 |
Color Harmonies of #C21495
Complementary color
Monochromatic Colors of #C21495
Black with #C21495
Text Example
Text Example
White with #C21495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21495; }
p { color: rgb(194,20,149); }
H1.HeaderClassName
{
color: #C21495;
}
.AnyTagClassName
{
color: #C21495;
}
</style>
background-color css
<style>
a { background-color: #C21495; }
a { background-color: rgb(194,20,149); }
div.DivClassName
{
background-color: #C21495;
}
.BgClassName
{
background-color: #C21495;
}
</style>
border-color css
<style>
span { border-color: #C21495; }
span { border-color: rgb(194,20,149); }
td.TdClassName
{
border-color: #C21495;
}
.TagClassName
{
border-color: #C21495;
}
</style>