Shades of Medium Violet Red #C21890
Tints of Medium Violet Red #C21890
RGB
CMYK
RGB Variations
Color information
#C21890 (or 0xC21890) is known color: Medium Violet Red. HEX triplet: C2, 18 and 90. RGB value is (194,24,144). Sum of RGB (Red+Green+Blue) = 194+24+144=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C21890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21890 is #3DE76F. Grayscale: #585858. Windows color (decimal): -4056944 or 9443522. OLE color: 9443522.
HSL color Cylindrical-coordinate representation of color #C21890: hue angle of 317.65º 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 #C21890 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 144 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.24 |
| HSL | 317.65º | 0.78% | 0.43% | - |
| HSV(B) | 317.65º | 0.88% | 0.76% | - |
| XYZ | 27.61 | 14.14 | 27.66 | - |
| YUV | 88.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 144 | 0 | 0.88 | 0.26 | 0.24 | 317.65 | 0.78 | 0.43 |
| Hex | C2 | 18 | 90 | 0 | 58 | 1A | 18 | 13E | 4E | 2B |
| Octal | 302 | 30 | 220 | 0 | 130 | 32 | 30 | 476 | 116 | 53 |
| Binary | 11000010 | 11000 | 10010000 | 0 | 1011000 | 11010 | 11000 | 100111110 | 1001110 | 101011 |
Color Harmonies of #C21890
Complementary color
Monochromatic Colors of #C21890
Black with #C21890
Text Example
Text Example
White with #C21890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21890; }
p { color: rgb(194,24,144); }
H1.HeaderClassName
{
color: #C21890;
}
.AnyTagClassName
{
color: #C21890;
}
</style>
background-color css
<style>
a { background-color: #C21890; }
a { background-color: rgb(194,24,144); }
div.DivClassName
{
background-color: #C21890;
}
.BgClassName
{
background-color: #C21890;
}
</style>
border-color css
<style>
span { border-color: #C21890; }
span { border-color: rgb(194,24,144); }
td.TdClassName
{
border-color: #C21890;
}
.TagClassName
{
border-color: #C21890;
}
</style>