Shades of Medium Violet Red #C21873
Tints of Medium Violet Red #C21873
RGB
CMYK
RGB Variations
Color information
#C21873 (or 0xC21873) is known color: Medium Violet Red. HEX triplet: C2, 18 and 73. RGB value is (194,24,115). Sum of RGB (Red+Green+Blue) = 194+24+115=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C21873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21873 is #3DE78C. Grayscale: #555555. Windows color (decimal): -4056973 or 7542978. OLE color: 7542978.
HSL color Cylindrical-coordinate representation of color #C21873: hue angle of 327.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 #C21873 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 115 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.24 |
| HSL | 327.88º | 0.78% | 0.43% | - |
| HSV(B) | 327.88º | 0.88% | 0.76% | - |
| XYZ | 25.67 | 13.36 | 17.45 | - |
| YUV | 85.2 | 144.82 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 115 | 0 | 0.88 | 0.41 | 0.24 | 327.88 | 0.78 | 0.43 |
| Hex | C2 | 18 | 73 | 0 | 58 | 29 | 18 | 148 | 4E | 2B |
| Octal | 302 | 30 | 163 | 0 | 130 | 51 | 30 | 510 | 116 | 53 |
| Binary | 11000010 | 11000 | 1110011 | 0 | 1011000 | 101001 | 11000 | 101001000 | 1001110 | 101011 |
Color Harmonies of #C21873
Complementary color
Monochromatic Colors of #C21873
Black with #C21873
Text Example
Text Example
White with #C21873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21873; }
p { color: rgb(194,24,115); }
H1.HeaderClassName
{
color: #C21873;
}
.AnyTagClassName
{
color: #C21873;
}
</style>
background-color css
<style>
a { background-color: #C21873; }
a { background-color: rgb(194,24,115); }
div.DivClassName
{
background-color: #C21873;
}
.BgClassName
{
background-color: #C21873;
}
</style>
border-color css
<style>
span { border-color: #C21873; }
span { border-color: rgb(194,24,115); }
td.TdClassName
{
border-color: #C21873;
}
.TagClassName
{
border-color: #C21873;
}
</style>