Shades of Medium Violet Red #C3168F
Tints of Medium Violet Red #C3168F
RGB
CMYK
RGB Variations
Color information
#C3168F (or 0xC3168F) is known color: Medium Violet Red. HEX triplet: C3, 16 and 8F. RGB value is (195,22,143). Sum of RGB (Red+Green+Blue) = 195+22+143=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3168F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3168F is #3CE970. Grayscale: #575757. Windows color (decimal): -3991921 or 9377475. OLE color: 9377475.
HSL color Cylindrical-coordinate representation of color #C3168F: hue angle of 318.03º 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 #C3168F is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 143 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.24 |
| HSL | 318.03º | 0.8% | 0.43% | - |
| HSV(B) | 318.03º | 0.89% | 0.76% | - |
| XYZ | 27.75 | 14.16 | 27.26 | - |
| YUV | 87.52 | 159.31 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 143 | 0 | 0.89 | 0.27 | 0.24 | 318.03 | 0.8 | 0.43 |
| Hex | C3 | 16 | 8F | 0 | 59 | 1B | 18 | 13E | 50 | 2B |
| Octal | 303 | 26 | 217 | 0 | 131 | 33 | 30 | 476 | 120 | 53 |
| Binary | 11000011 | 10110 | 10001111 | 0 | 1011001 | 11011 | 11000 | 100111110 | 1010000 | 101011 |
Color Harmonies of #C3168F
Complementary color
Monochromatic Colors of #C3168F
Black with #C3168F
Text Example
Text Example
White with #C3168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3168F; }
p { color: rgb(195,22,143); }
H1.HeaderClassName
{
color: #C3168F;
}
.AnyTagClassName
{
color: #C3168F;
}
</style>
background-color css
<style>
a { background-color: #C3168F; }
a { background-color: rgb(195,22,143); }
div.DivClassName
{
background-color: #C3168F;
}
.BgClassName
{
background-color: #C3168F;
}
</style>
border-color css
<style>
span { border-color: #C3168F; }
span { border-color: rgb(195,22,143); }
td.TdClassName
{
border-color: #C3168F;
}
.TagClassName
{
border-color: #C3168F;
}
</style>