Shades of Medium Violet Red #C2168E
Tints of Medium Violet Red #C2168E
RGB
CMYK
RGB Variations
Color information
#C2168E (or 0xC2168E) is known color: Medium Violet Red. HEX triplet: C2, 16 and 8E. RGB value is (194,22,142). Sum of RGB (Red+Green+Blue) = 194+22+142=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2168E is #3DE971. Grayscale: #565656. Windows color (decimal): -4057458 or 9311938. OLE color: 9311938.
HSL color Cylindrical-coordinate representation of color #C2168E: hue angle of 318.14º 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 #C2168E is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 142 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.24 |
| HSL | 318.14º | 0.8% | 0.42% | - |
| HSV(B) | 318.14º | 0.89% | 0.76% | - |
| XYZ | 27.42 | 14 | 26.85 | - |
| YUV | 87.11 | 158.98 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 142 | 0 | 0.89 | 0.27 | 0.24 | 318.14 | 0.8 | 0.42 |
| Hex | C2 | 16 | 8E | 0 | 59 | 1B | 18 | 13E | 50 | 2A |
| Octal | 302 | 26 | 216 | 0 | 131 | 33 | 30 | 476 | 120 | 52 |
| Binary | 11000010 | 10110 | 10001110 | 0 | 1011001 | 11011 | 11000 | 100111110 | 1010000 | 101010 |
Color Harmonies of #C2168E
Complementary color
Monochromatic Colors of #C2168E
Black with #C2168E
Text Example
Text Example
White with #C2168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2168E; }
p { color: rgb(194,22,142); }
H1.HeaderClassName
{
color: #C2168E;
}
.AnyTagClassName
{
color: #C2168E;
}
</style>
background-color css
<style>
a { background-color: #C2168E; }
a { background-color: rgb(194,22,142); }
div.DivClassName
{
background-color: #C2168E;
}
.BgClassName
{
background-color: #C2168E;
}
</style>
border-color css
<style>
span { border-color: #C2168E; }
span { border-color: rgb(194,22,142); }
td.TdClassName
{
border-color: #C2168E;
}
.TagClassName
{
border-color: #C2168E;
}
</style>