Shades of Medium Violet Red #C2167E
Tints of Medium Violet Red #C2167E
RGB
CMYK
RGB Variations
Color information
#C2167E (or 0xC2167E) is known color: Medium Violet Red. HEX triplet: C2, 16 and 7E. RGB value is (194,22,126). Sum of RGB (Red+Green+Blue) = 194+22+126=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C2167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2167E is #3DE981. Grayscale: #555555. Windows color (decimal): -4057474 or 8263362. OLE color: 8263362.
HSL color Cylindrical-coordinate representation of color #C2167E: hue angle of 323.72º 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 #C2167E is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 126 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.24 |
| HSL | 323.72º | 0.8% | 0.42% | - |
| HSV(B) | 323.72º | 0.89% | 0.76% | - |
| XYZ | 26.3 | 13.55 | 20.97 | - |
| YUV | 85.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 126 | 0 | 0.89 | 0.35 | 0.24 | 323.72 | 0.8 | 0.42 |
| Hex | C2 | 16 | 7E | 0 | 59 | 23 | 18 | 144 | 50 | 2A |
| Octal | 302 | 26 | 176 | 0 | 131 | 43 | 30 | 504 | 120 | 52 |
| Binary | 11000010 | 10110 | 1111110 | 0 | 1011001 | 100011 | 11000 | 101000100 | 1010000 | 101010 |
Color Harmonies of #C2167E
Complementary color
Monochromatic Colors of #C2167E
Black with #C2167E
Text Example
Text Example
White with #C2167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2167E; }
p { color: rgb(194,22,126); }
H1.HeaderClassName
{
color: #C2167E;
}
.AnyTagClassName
{
color: #C2167E;
}
</style>
background-color css
<style>
a { background-color: #C2167E; }
a { background-color: rgb(194,22,126); }
div.DivClassName
{
background-color: #C2167E;
}
.BgClassName
{
background-color: #C2167E;
}
</style>
border-color css
<style>
span { border-color: #C2167E; }
span { border-color: rgb(194,22,126); }
td.TdClassName
{
border-color: #C2167E;
}
.TagClassName
{
border-color: #C2167E;
}
</style>