Shades of Medium Violet Red #C2176B
Tints of Medium Violet Red #C2176B
RGB
CMYK
RGB Variations
Color information
#C2176B (or 0xC2176B) is known color: Medium Violet Red. HEX triplet: C2, 17 and 6B. RGB value is (194,23,107). Sum of RGB (Red+Green+Blue) = 194+23+107=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2176B is #3DE894. Grayscale: #535353. Windows color (decimal): -4057237 or 7018434. OLE color: 7018434.
HSL color Cylindrical-coordinate representation of color #C2176B: hue angle of 330.53º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2176B is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 107 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.24 |
| HSL | 330.53º | 0.79% | 0.43% | - |
| HSV(B) | 330.53º | 0.88% | 0.76% | - |
| XYZ | 25.21 | 13.14 | 15.12 | - |
| YUV | 83.71 | 141.15 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 107 | 0 | 0.88 | 0.45 | 0.24 | 330.53 | 0.79 | 0.43 |
| Hex | C2 | 17 | 6B | 0 | 58 | 2D | 18 | 14B | 4F | 2B |
| Octal | 302 | 27 | 153 | 0 | 130 | 55 | 30 | 513 | 117 | 53 |
| Binary | 11000010 | 10111 | 1101011 | 0 | 1011000 | 101101 | 11000 | 101001011 | 1001111 | 101011 |
Color Harmonies of #C2176B
Complementary color
Monochromatic Colors of #C2176B
Black with #C2176B
Text Example
Text Example
White with #C2176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2176B; }
p { color: rgb(194,23,107); }
H1.HeaderClassName
{
color: #C2176B;
}
.AnyTagClassName
{
color: #C2176B;
}
</style>
background-color css
<style>
a { background-color: #C2176B; }
a { background-color: rgb(194,23,107); }
div.DivClassName
{
background-color: #C2176B;
}
.BgClassName
{
background-color: #C2176B;
}
</style>
border-color css
<style>
span { border-color: #C2176B; }
span { border-color: rgb(194,23,107); }
td.TdClassName
{
border-color: #C2176B;
}
.TagClassName
{
border-color: #C2176B;
}
</style>