Shades of Medium Violet Red #C4186C
Tints of Medium Violet Red #C4186C
RGB
CMYK
RGB Variations
Color information
#C4186C (or 0xC4186C) is known color: Medium Violet Red. HEX triplet: C4, 18 and 6C. RGB value is (196,24,108). Sum of RGB (Red+Green+Blue) = 196+24+108=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4186C is #3BE793. Grayscale: #545454. Windows color (decimal): -3925908 or 7084228. OLE color: 7084228.
HSL color Cylindrical-coordinate representation of color #C4186C: hue angle of 330.7º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4186C is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 108 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.23 |
| HSL | 330.7º | 0.78% | 0.43% | - |
| HSV(B) | 330.7º | 0.88% | 0.77% | - |
| XYZ | 25.8 | 13.47 | 15.43 | - |
| YUV | 85 | 140.98 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 108 | 0 | 0.88 | 0.45 | 0.23 | 330.7 | 0.78 | 0.43 |
| Hex | C4 | 18 | 6C | 0 | 58 | 2D | 17 | 14B | 4E | 2B |
| Octal | 304 | 30 | 154 | 0 | 130 | 55 | 27 | 513 | 116 | 53 |
| Binary | 11000100 | 11000 | 1101100 | 0 | 1011000 | 101101 | 10111 | 101001011 | 1001110 | 101011 |
Color Harmonies of #C4186C
Complementary color
Monochromatic Colors of #C4186C
Black with #C4186C
Text Example
Text Example
White with #C4186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4186C; }
p { color: rgb(196,24,108); }
H1.HeaderClassName
{
color: #C4186C;
}
.AnyTagClassName
{
color: #C4186C;
}
</style>
background-color css
<style>
a { background-color: #C4186C; }
a { background-color: rgb(196,24,108); }
div.DivClassName
{
background-color: #C4186C;
}
.BgClassName
{
background-color: #C4186C;
}
</style>
border-color css
<style>
span { border-color: #C4186C; }
span { border-color: rgb(196,24,108); }
td.TdClassName
{
border-color: #C4186C;
}
.TagClassName
{
border-color: #C4186C;
}
</style>