Shades of Medium Violet Red #C21895
Tints of Medium Violet Red #C21895
RGB
CMYK
RGB Variations
Color information
#C21895 (or 0xC21895) is known color: Medium Violet Red. HEX triplet: C2, 18 and 95. RGB value is (194,24,149). Sum of RGB (Red+Green+Blue) = 194+24+149=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C21895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21895 is #3DE76A. Grayscale: #585858. Windows color (decimal): -4056939 or 9771202. OLE color: 9771202.
HSL color Cylindrical-coordinate representation of color #C21895: hue angle of 315.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21895 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 149 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.24 |
| HSL | 315.88º | 0.78% | 0.43% | - |
| HSV(B) | 315.88º | 0.88% | 0.76% | - |
| XYZ | 28 | 14.29 | 29.72 | - |
| YUV | 89.08 | 161.82 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 149 | 0 | 0.88 | 0.23 | 0.24 | 315.88 | 0.78 | 0.43 |
| Hex | C2 | 18 | 95 | 0 | 58 | 17 | 18 | 13C | 4E | 2B |
| Octal | 302 | 30 | 225 | 0 | 130 | 27 | 30 | 474 | 116 | 53 |
| Binary | 11000010 | 11000 | 10010101 | 0 | 1011000 | 10111 | 11000 | 100111100 | 1001110 | 101011 |
Color Harmonies of #C21895
Complementary color
Monochromatic Colors of #C21895
Black with #C21895
Text Example
Text Example
White with #C21895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21895; }
p { color: rgb(194,24,149); }
H1.HeaderClassName
{
color: #C21895;
}
.AnyTagClassName
{
color: #C21895;
}
</style>
background-color css
<style>
a { background-color: #C21895; }
a { background-color: rgb(194,24,149); }
div.DivClassName
{
background-color: #C21895;
}
.BgClassName
{
background-color: #C21895;
}
</style>
border-color css
<style>
span { border-color: #C21895; }
span { border-color: rgb(194,24,149); }
td.TdClassName
{
border-color: #C21895;
}
.TagClassName
{
border-color: #C21895;
}
</style>