Shades of Medium Violet Red #C4186B
Tints of Medium Violet Red #C4186B
RGB
CMYK
RGB Variations
Color information
#C4186B (or 0xC4186B) is known color: Medium Violet Red. HEX triplet: C4, 18 and 6B. RGB value is (196,24,107). Sum of RGB (Red+Green+Blue) = 196+24+107=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4186B is #3BE794. Grayscale: #545454. Windows color (decimal): -3925909 or 7018692. OLE color: 7018692.
HSL color Cylindrical-coordinate representation of color #C4186B: hue angle of 331.05º 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 #C4186B is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 107 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.23 |
| HSL | 331.05º | 0.78% | 0.43% | - |
| HSV(B) | 331.05º | 0.88% | 0.77% | - |
| XYZ | 25.75 | 13.45 | 15.15 | - |
| YUV | 84.89 | 140.48 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 107 | 0 | 0.88 | 0.45 | 0.23 | 331.05 | 0.78 | 0.43 |
| Hex | C4 | 18 | 6B | 0 | 58 | 2D | 17 | 14B | 4E | 2B |
| Octal | 304 | 30 | 153 | 0 | 130 | 55 | 27 | 513 | 116 | 53 |
| Binary | 11000100 | 11000 | 1101011 | 0 | 1011000 | 101101 | 10111 | 101001011 | 1001110 | 101011 |
Color Harmonies of #C4186B
Complementary color
Monochromatic Colors of #C4186B
Black with #C4186B
Text Example
Text Example
White with #C4186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4186B; }
p { color: rgb(196,24,107); }
H1.HeaderClassName
{
color: #C4186B;
}
.AnyTagClassName
{
color: #C4186B;
}
</style>
background-color css
<style>
a { background-color: #C4186B; }
a { background-color: rgb(196,24,107); }
div.DivClassName
{
background-color: #C4186B;
}
.BgClassName
{
background-color: #C4186B;
}
</style>
border-color css
<style>
span { border-color: #C4186B; }
span { border-color: rgb(196,24,107); }
td.TdClassName
{
border-color: #C4186B;
}
.TagClassName
{
border-color: #C4186B;
}
</style>