Shades of Medium Violet Red #C21690
Tints of Medium Violet Red #C21690
RGB
CMYK
RGB Variations
Color information
#C21690 (or 0xC21690) is known color: Medium Violet Red. HEX triplet: C2, 16 and 90. RGB value is (194,22,144). Sum of RGB (Red+Green+Blue) = 194+22+144=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C21690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21690 is #3DE96F. Grayscale: #575757. Windows color (decimal): -4057456 or 9443010. OLE color: 9443010.
HSL color Cylindrical-coordinate representation of color #C21690: hue angle of 317.44º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21690 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 144 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.24 |
| HSL | 317.44º | 0.8% | 0.42% | - |
| HSV(B) | 317.44º | 0.89% | 0.76% | - |
| XYZ | 27.57 | 14.06 | 27.65 | - |
| YUV | 87.34 | 159.98 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 144 | 0 | 0.89 | 0.26 | 0.24 | 317.44 | 0.8 | 0.42 |
| Hex | C2 | 16 | 90 | 0 | 59 | 1A | 18 | 13D | 50 | 2A |
| Octal | 302 | 26 | 220 | 0 | 131 | 32 | 30 | 475 | 120 | 52 |
| Binary | 11000010 | 10110 | 10010000 | 0 | 1011001 | 11010 | 11000 | 100111101 | 1010000 | 101010 |
Color Harmonies of #C21690
Complementary color
Monochromatic Colors of #C21690
Black with #C21690
Text Example
Text Example
White with #C21690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21690; }
p { color: rgb(194,22,144); }
H1.HeaderClassName
{
color: #C21690;
}
.AnyTagClassName
{
color: #C21690;
}
</style>
background-color css
<style>
a { background-color: #C21690; }
a { background-color: rgb(194,22,144); }
div.DivClassName
{
background-color: #C21690;
}
.BgClassName
{
background-color: #C21690;
}
</style>
border-color css
<style>
span { border-color: #C21690; }
span { border-color: rgb(194,22,144); }
td.TdClassName
{
border-color: #C21690;
}
.TagClassName
{
border-color: #C21690;
}
</style>