Shades of Medium Violet Red #C40087
Tints of Medium Violet Red #C40087
RGB
CMYK
RGB Variations
Color information
#C40087 (or 0xC40087) is known color: Medium Violet Red. HEX triplet: C4, 00 and 87. RGB value is (196,0,135). Sum of RGB (Red+Green+Blue) = 196+0+135=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C40087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40087 is #3BFF78. Grayscale: #494949. Windows color (decimal): -3932025 or 8847556. OLE color: 8847556.
HSL color Cylindrical-coordinate representation of color #C40087: hue angle of 318.67º 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 #C40087 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.31 | 0.23 |
| HSL | 318.67º | 1% | 0.38% | - |
| HSV(B) | 318.67º | 1% | 0.77% | - |
| XYZ | 27.14 | 13.49 | 24.09 | - |
| YUV | 73.99 | 162.43 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 135 | 0 | 1 | 0.31 | 0.23 | 318.67 | 1 | 0.38 |
| Hex | C4 | 0 | 87 | 0 | 64 | 1F | 17 | 13F | 64 | 26 |
| Octal | 304 | 0 | 207 | 0 | 144 | 37 | 27 | 477 | 144 | 46 |
| Binary | 11000100 | 0 | 10000111 | 0 | 1100100 | 11111 | 10111 | 100111111 | 1100100 | 100110 |
Color Harmonies of #C40087
Complementary color
Monochromatic Colors of #C40087
Black with #C40087
Text Example
Text Example
White with #C40087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40087; }
p { color: rgb(196,0,135); }
H1.HeaderClassName
{
color: #C40087;
}
.AnyTagClassName
{
color: #C40087;
}
</style>
background-color css
<style>
a { background-color: #C40087; }
a { background-color: rgb(196,0,135); }
div.DivClassName
{
background-color: #C40087;
}
.BgClassName
{
background-color: #C40087;
}
</style>
border-color css
<style>
span { border-color: #C40087; }
span { border-color: rgb(196,0,135); }
td.TdClassName
{
border-color: #C40087;
}
.TagClassName
{
border-color: #C40087;
}
</style>