Shades of Medium Violet Red #C4008F
Tints of Medium Violet Red #C4008F
RGB
CMYK
RGB Variations
Color information
#C4008F (or 0xC4008F) is known color: Medium Violet Red. HEX triplet: C4, 00 and 8F. RGB value is (196,0,143). Sum of RGB (Red+Green+Blue) = 196+0+143=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4008F is #3BFF70. Grayscale: #4A4A4A. Windows color (decimal): -3932017 or 9371844. OLE color: 9371844.
HSL color Cylindrical-coordinate representation of color #C4008F: hue angle of 316.22º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4008F is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.27 | 0.23 |
| HSL | 316.22º | 1% | 0.38% | - |
| HSV(B) | 316.22º | 1% | 0.77% | - |
| XYZ | 27.72 | 13.72 | 27.17 | - |
| YUV | 74.91 | 166.43 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 143 | 0 | 1 | 0.27 | 0.23 | 316.22 | 1 | 0.38 |
| Hex | C4 | 0 | 8F | 0 | 64 | 1B | 17 | 13C | 64 | 26 |
| Octal | 304 | 0 | 217 | 0 | 144 | 33 | 27 | 474 | 144 | 46 |
| Binary | 11000100 | 0 | 10001111 | 0 | 1100100 | 11011 | 10111 | 100111100 | 1100100 | 100110 |
Color Harmonies of #C4008F
Complementary color
Monochromatic Colors of #C4008F
Black with #C4008F
Text Example
Text Example
White with #C4008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4008F; }
p { color: rgb(196,0,143); }
H1.HeaderClassName
{
color: #C4008F;
}
.AnyTagClassName
{
color: #C4008F;
}
</style>
background-color css
<style>
a { background-color: #C4008F; }
a { background-color: rgb(196,0,143); }
div.DivClassName
{
background-color: #C4008F;
}
.BgClassName
{
background-color: #C4008F;
}
</style>
border-color css
<style>
span { border-color: #C4008F; }
span { border-color: rgb(196,0,143); }
td.TdClassName
{
border-color: #C4008F;
}
.TagClassName
{
border-color: #C4008F;
}
</style>