Shades of Medium Violet Red #C21698
Tints of Medium Violet Red #C21698
RGB
CMYK
RGB Variations
Color information
#C21698 (or 0xC21698) is known color: Medium Violet Red. HEX triplet: C2, 16 and 98. RGB value is (194,22,152). Sum of RGB (Red+Green+Blue) = 194+22+152=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C21698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21698 is #3DE967. Grayscale: #575757. Windows color (decimal): -4057448 or 9967298. OLE color: 9967298.
HSL color Cylindrical-coordinate representation of color #C21698: hue angle of 314.65º 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 #C21698 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 152 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.24 |
| HSL | 314.65º | 0.8% | 0.42% | - |
| HSV(B) | 314.65º | 0.89% | 0.76% | - |
| XYZ | 28.2 | 14.31 | 30.98 | - |
| YUV | 88.25 | 163.98 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 152 | 0 | 0.89 | 0.22 | 0.24 | 314.65 | 0.8 | 0.42 |
| Hex | C2 | 16 | 98 | 0 | 59 | 16 | 18 | 13B | 50 | 2A |
| Octal | 302 | 26 | 230 | 0 | 131 | 26 | 30 | 473 | 120 | 52 |
| Binary | 11000010 | 10110 | 10011000 | 0 | 1011001 | 10110 | 11000 | 100111011 | 1010000 | 101010 |
Color Harmonies of #C21698
Complementary color
Monochromatic Colors of #C21698
Black with #C21698
Text Example
Text Example
White with #C21698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21698; }
p { color: rgb(194,22,152); }
H1.HeaderClassName
{
color: #C21698;
}
.AnyTagClassName
{
color: #C21698;
}
</style>
background-color css
<style>
a { background-color: #C21698; }
a { background-color: rgb(194,22,152); }
div.DivClassName
{
background-color: #C21698;
}
.BgClassName
{
background-color: #C21698;
}
</style>
border-color css
<style>
span { border-color: #C21698; }
span { border-color: rgb(194,22,152); }
td.TdClassName
{
border-color: #C21698;
}
.TagClassName
{
border-color: #C21698;
}
</style>