Shades of Medium Violet Red #C3168D
Tints of Medium Violet Red #C3168D
RGB
CMYK
RGB Variations
Color information
#C3168D (or 0xC3168D) is known color: Medium Violet Red. HEX triplet: C3, 16 and 8D. RGB value is (195,22,141). Sum of RGB (Red+Green+Blue) = 195+22+141=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3168D is #3CE972. Grayscale: #565656. Windows color (decimal): -3991923 or 9246403. OLE color: 9246403.
HSL color Cylindrical-coordinate representation of color #C3168D: hue angle of 318.73º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3168D is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 141 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.24 |
| HSL | 318.73º | 0.8% | 0.43% | - |
| HSV(B) | 318.73º | 0.89% | 0.76% | - |
| XYZ | 27.6 | 14.1 | 26.47 | - |
| YUV | 87.29 | 158.31 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 141 | 0 | 0.89 | 0.28 | 0.24 | 318.73 | 0.8 | 0.43 |
| Hex | C3 | 16 | 8D | 0 | 59 | 1C | 18 | 13F | 50 | 2B |
| Octal | 303 | 26 | 215 | 0 | 131 | 34 | 30 | 477 | 120 | 53 |
| Binary | 11000011 | 10110 | 10001101 | 0 | 1011001 | 11100 | 11000 | 100111111 | 1010000 | 101011 |
Color Harmonies of #C3168D
Complementary color
Monochromatic Colors of #C3168D
Black with #C3168D
Text Example
Text Example
White with #C3168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3168D; }
p { color: rgb(195,22,141); }
H1.HeaderClassName
{
color: #C3168D;
}
.AnyTagClassName
{
color: #C3168D;
}
</style>
background-color css
<style>
a { background-color: #C3168D; }
a { background-color: rgb(195,22,141); }
div.DivClassName
{
background-color: #C3168D;
}
.BgClassName
{
background-color: #C3168D;
}
</style>
border-color css
<style>
span { border-color: #C3168D; }
span { border-color: rgb(195,22,141); }
td.TdClassName
{
border-color: #C3168D;
}
.TagClassName
{
border-color: #C3168D;
}
</style>