Shades of Medium Violet Red #C4088F
Tints of Medium Violet Red #C4088F
RGB
CMYK
RGB Variations
Color information
#C4088F (or 0xC4088F) is known color: Medium Violet Red. HEX triplet: C4, 08 and 8F. RGB value is (196,8,143). Sum of RGB (Red+Green+Blue) = 196+8+143=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C4088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4088F is #3BF770. Grayscale: #4F4F4F. Windows color (decimal): -3929969 or 9373892. OLE color: 9373892.
HSL color Cylindrical-coordinate representation of color #C4088F: hue angle of 316.91º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4088F is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 143 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.23 |
| HSL | 316.91º | 0.92% | 0.4% | - |
| HSV(B) | 316.91º | 0.96% | 0.77% | - |
| XYZ | 27.81 | 13.89 | 27.2 | - |
| YUV | 79.6 | 163.78 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 143 | 0 | 0.96 | 0.27 | 0.23 | 316.91 | 0.92 | 0.4 |
| Hex | C4 | 8 | 8F | 0 | 60 | 1B | 17 | 13D | 5C | 28 |
| Octal | 304 | 10 | 217 | 0 | 140 | 33 | 27 | 475 | 134 | 50 |
| Binary | 11000100 | 1000 | 10001111 | 0 | 1100000 | 11011 | 10111 | 100111101 | 1011100 | 101000 |
Color Harmonies of #C4088F
Complementary color
Monochromatic Colors of #C4088F
Black with #C4088F
Text Example
Text Example
White with #C4088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4088F; }
p { color: rgb(196,8,143); }
H1.HeaderClassName
{
color: #C4088F;
}
.AnyTagClassName
{
color: #C4088F;
}
</style>
background-color css
<style>
a { background-color: #C4088F; }
a { background-color: rgb(196,8,143); }
div.DivClassName
{
background-color: #C4088F;
}
.BgClassName
{
background-color: #C4088F;
}
</style>
border-color css
<style>
span { border-color: #C4088F; }
span { border-color: rgb(196,8,143); }
td.TdClassName
{
border-color: #C4088F;
}
.TagClassName
{
border-color: #C4088F;
}
</style>