Shades of Medium Violet Red #C4088A
Tints of Medium Violet Red #C4088A
RGB
CMYK
RGB Variations
Color information
#C4088A (or 0xC4088A) is known color: Medium Violet Red. HEX triplet: C4, 08 and 8A. RGB value is (196,8,138). Sum of RGB (Red+Green+Blue) = 196+8+138=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4088A is #3BF775. Grayscale: #4E4E4E. Windows color (decimal): -3929974 or 9046212. OLE color: 9046212.
HSL color Cylindrical-coordinate representation of color #C4088A: hue angle of 318.51º 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 #C4088A is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 138 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.23 |
| HSL | 318.51º | 0.92% | 0.4% | - |
| HSV(B) | 318.51º | 0.96% | 0.77% | - |
| XYZ | 27.44 | 13.74 | 25.25 | - |
| YUV | 79.03 | 161.28 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 138 | 0 | 0.96 | 0.30 | 0.23 | 318.51 | 0.92 | 0.4 |
| Hex | C4 | 8 | 8A | 0 | 60 | 1E | 17 | 13F | 5C | 28 |
| Octal | 304 | 10 | 212 | 0 | 140 | 36 | 27 | 477 | 134 | 50 |
| Binary | 11000100 | 1000 | 10001010 | 0 | 1100000 | 11110 | 10111 | 100111111 | 1011100 | 101000 |
Color Harmonies of #C4088A
Complementary color
Monochromatic Colors of #C4088A
Black with #C4088A
Text Example
Text Example
White with #C4088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4088A; }
p { color: rgb(196,8,138); }
H1.HeaderClassName
{
color: #C4088A;
}
.AnyTagClassName
{
color: #C4088A;
}
</style>
background-color css
<style>
a { background-color: #C4088A; }
a { background-color: rgb(196,8,138); }
div.DivClassName
{
background-color: #C4088A;
}
.BgClassName
{
background-color: #C4088A;
}
</style>
border-color css
<style>
span { border-color: #C4088A; }
span { border-color: rgb(196,8,138); }
td.TdClassName
{
border-color: #C4088A;
}
.TagClassName
{
border-color: #C4088A;
}
</style>