Shades of Medium Violet Red #C3178E
Tints of Medium Violet Red #C3178E
RGB
CMYK
RGB Variations
Color information
#C3178E (or 0xC3178E) is known color: Medium Violet Red. HEX triplet: C3, 17 and 8E. RGB value is (195,23,142). Sum of RGB (Red+Green+Blue) = 195+23+142=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3178E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3178E is #3CE871. Grayscale: #575757. Windows color (decimal): -3991666 or 9312195. OLE color: 9312195.
HSL color Cylindrical-coordinate representation of color #C3178E: hue angle of 318.49º 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 #C3178E is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 142 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.24 |
| HSL | 318.49º | 0.79% | 0.43% | - |
| HSV(B) | 318.49º | 0.88% | 0.76% | - |
| XYZ | 27.69 | 14.17 | 26.87 | - |
| YUV | 87.99 | 158.48 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 142 | 0 | 0.88 | 0.27 | 0.24 | 318.49 | 0.79 | 0.43 |
| Hex | C3 | 17 | 8E | 0 | 58 | 1B | 18 | 13E | 4F | 2B |
| Octal | 303 | 27 | 216 | 0 | 130 | 33 | 30 | 476 | 117 | 53 |
| Binary | 11000011 | 10111 | 10001110 | 0 | 1011000 | 11011 | 11000 | 100111110 | 1001111 | 101011 |
Color Harmonies of #C3178E
Complementary color
Monochromatic Colors of #C3178E
Black with #C3178E
Text Example
Text Example
White with #C3178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3178E; }
p { color: rgb(195,23,142); }
H1.HeaderClassName
{
color: #C3178E;
}
.AnyTagClassName
{
color: #C3178E;
}
</style>
background-color css
<style>
a { background-color: #C3178E; }
a { background-color: rgb(195,23,142); }
div.DivClassName
{
background-color: #C3178E;
}
.BgClassName
{
background-color: #C3178E;
}
</style>
border-color css
<style>
span { border-color: #C3178E; }
span { border-color: rgb(195,23,142); }
td.TdClassName
{
border-color: #C3178E;
}
.TagClassName
{
border-color: #C3178E;
}
</style>