Shades of Medium Violet Red #C2169E
Tints of Medium Violet Red #C2169E
RGB
CMYK
RGB Variations
Color information
#C2169E (or 0xC2169E) is known color: Medium Violet Red. HEX triplet: C2, 16 and 9E. RGB value is (194,22,158). Sum of RGB (Red+Green+Blue) = 194+22+158=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2169E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2169E is #3DE961. Grayscale: #585858. Windows color (decimal): -4057442 or 10360514. OLE color: 10360514.
HSL color Cylindrical-coordinate representation of color #C2169E: hue angle of 312.56º 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 #C2169E is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 158 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.24 |
| HSL | 312.56º | 0.8% | 0.42% | - |
| HSV(B) | 312.56º | 0.89% | 0.76% | - |
| XYZ | 28.71 | 14.51 | 33.64 | - |
| YUV | 88.93 | 166.98 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 158 | 0 | 0.89 | 0.19 | 0.24 | 312.56 | 0.8 | 0.42 |
| Hex | C2 | 16 | 9E | 0 | 59 | 13 | 18 | 139 | 50 | 2A |
| Octal | 302 | 26 | 236 | 0 | 131 | 23 | 30 | 471 | 120 | 52 |
| Binary | 11000010 | 10110 | 10011110 | 0 | 1011001 | 10011 | 11000 | 100111001 | 1010000 | 101010 |
Color Harmonies of #C2169E
Complementary color
Monochromatic Colors of #C2169E
Black with #C2169E
Text Example
Text Example
White with #C2169E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2169E; }
p { color: rgb(194,22,158); }
H1.HeaderClassName
{
color: #C2169E;
}
.AnyTagClassName
{
color: #C2169E;
}
</style>
background-color css
<style>
a { background-color: #C2169E; }
a { background-color: rgb(194,22,158); }
div.DivClassName
{
background-color: #C2169E;
}
.BgClassName
{
background-color: #C2169E;
}
</style>
border-color css
<style>
span { border-color: #C2169E; }
span { border-color: rgb(194,22,158); }
td.TdClassName
{
border-color: #C2169E;
}
.TagClassName
{
border-color: #C2169E;
}
</style>