Shades of Medium Violet Red #C3178D
Tints of Medium Violet Red #C3178D
RGB
CMYK
RGB Variations
Color information
#C3178D (or 0xC3178D) is known color: Medium Violet Red. HEX triplet: C3, 17 and 8D. RGB value is (195,23,141). Sum of RGB (Red+Green+Blue) = 195+23+141=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3178D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3178D is #3CE872. Grayscale: #575757. Windows color (decimal): -3991667 or 9246659. OLE color: 9246659.
HSL color Cylindrical-coordinate representation of color #C3178D: hue angle of 318.84º 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 #C3178D is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 141 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.24 |
| HSL | 318.84º | 0.79% | 0.43% | - |
| HSV(B) | 318.84º | 0.88% | 0.76% | - |
| XYZ | 27.62 | 14.14 | 26.47 | - |
| YUV | 87.88 | 157.98 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 141 | 0 | 0.88 | 0.28 | 0.24 | 318.84 | 0.79 | 0.43 |
| Hex | C3 | 17 | 8D | 0 | 58 | 1C | 18 | 13F | 4F | 2B |
| Octal | 303 | 27 | 215 | 0 | 130 | 34 | 30 | 477 | 117 | 53 |
| Binary | 11000011 | 10111 | 10001101 | 0 | 1011000 | 11100 | 11000 | 100111111 | 1001111 | 101011 |
Color Harmonies of #C3178D
Complementary color
Monochromatic Colors of #C3178D
Black with #C3178D
Text Example
Text Example
White with #C3178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3178D; }
p { color: rgb(195,23,141); }
H1.HeaderClassName
{
color: #C3178D;
}
.AnyTagClassName
{
color: #C3178D;
}
</style>
background-color css
<style>
a { background-color: #C3178D; }
a { background-color: rgb(195,23,141); }
div.DivClassName
{
background-color: #C3178D;
}
.BgClassName
{
background-color: #C3178D;
}
</style>
border-color css
<style>
span { border-color: #C3178D; }
span { border-color: rgb(195,23,141); }
td.TdClassName
{
border-color: #C3178D;
}
.TagClassName
{
border-color: #C3178D;
}
</style>