Shades of Medium Violet Red #C4168B
Tints of Medium Violet Red #C4168B
RGB
CMYK
RGB Variations
Color information
#C4168B (or 0xC4168B) is known color: Medium Violet Red. HEX triplet: C4, 16 and 8B. RGB value is (196,22,139). Sum of RGB (Red+Green+Blue) = 196+22+139=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4168B is #3BE974. Grayscale: #575757. Windows color (decimal): -3926389 or 9115332. OLE color: 9115332.
HSL color Cylindrical-coordinate representation of color #C4168B: hue angle of 319.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4168B is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 139 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.23 |
| HSL | 319.66º | 0.8% | 0.43% | - |
| HSV(B) | 319.66º | 0.89% | 0.77% | - |
| XYZ | 27.71 | 14.17 | 25.7 | - |
| YUV | 87.36 | 157.15 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 139 | 0 | 0.89 | 0.29 | 0.23 | 319.66 | 0.8 | 0.43 |
| Hex | C4 | 16 | 8B | 0 | 59 | 1D | 17 | 140 | 50 | 2B |
| Octal | 304 | 26 | 213 | 0 | 131 | 35 | 27 | 500 | 120 | 53 |
| Binary | 11000100 | 10110 | 10001011 | 0 | 1011001 | 11101 | 10111 | 101000000 | 1010000 | 101011 |
Color Harmonies of #C4168B
Complementary color
Monochromatic Colors of #C4168B
Black with #C4168B
Text Example
Text Example
White with #C4168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4168B; }
p { color: rgb(196,22,139); }
H1.HeaderClassName
{
color: #C4168B;
}
.AnyTagClassName
{
color: #C4168B;
}
</style>
background-color css
<style>
a { background-color: #C4168B; }
a { background-color: rgb(196,22,139); }
div.DivClassName
{
background-color: #C4168B;
}
.BgClassName
{
background-color: #C4168B;
}
</style>
border-color css
<style>
span { border-color: #C4168B; }
span { border-color: rgb(196,22,139); }
td.TdClassName
{
border-color: #C4168B;
}
.TagClassName
{
border-color: #C4168B;
}
</style>