Shades of Medium Violet Red #C4087F
Tints of Medium Violet Red #C4087F
RGB
CMYK
RGB Variations
Color information
#C4087F (or 0xC4087F) is known color: Medium Violet Red. HEX triplet: C4, 08 and 7F. RGB value is (196,8,127). Sum of RGB (Red+Green+Blue) = 196+8+127=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C4087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4087F is #3BF780. Grayscale: #4D4D4D. Windows color (decimal): -3929985 or 8325316. OLE color: 8325316.
HSL color Cylindrical-coordinate representation of color #C4087F: hue angle of 322.02º 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 #C4087F is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 127 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.23 |
| HSL | 322.02º | 0.92% | 0.4% | - |
| HSV(B) | 322.02º | 0.96% | 0.77% | - |
| XYZ | 26.68 | 13.44 | 21.27 | - |
| YUV | 77.78 | 155.78 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 127 | 0 | 0.96 | 0.35 | 0.23 | 322.02 | 0.92 | 0.4 |
| Hex | C4 | 8 | 7F | 0 | 60 | 23 | 17 | 142 | 5C | 28 |
| Octal | 304 | 10 | 177 | 0 | 140 | 43 | 27 | 502 | 134 | 50 |
| Binary | 11000100 | 1000 | 1111111 | 0 | 1100000 | 100011 | 10111 | 101000010 | 1011100 | 101000 |
Color Harmonies of #C4087F
Complementary color
Monochromatic Colors of #C4087F
Black with #C4087F
Text Example
Text Example
White with #C4087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4087F; }
p { color: rgb(196,8,127); }
H1.HeaderClassName
{
color: #C4087F;
}
.AnyTagClassName
{
color: #C4087F;
}
</style>
background-color css
<style>
a { background-color: #C4087F; }
a { background-color: rgb(196,8,127); }
div.DivClassName
{
background-color: #C4087F;
}
.BgClassName
{
background-color: #C4087F;
}
</style>
border-color css
<style>
span { border-color: #C4087F; }
span { border-color: rgb(196,8,127); }
td.TdClassName
{
border-color: #C4087F;
}
.TagClassName
{
border-color: #C4087F;
}
</style>