Shades of Medium Violet Red #C40387
Tints of Medium Violet Red #C40387
RGB
CMYK
RGB Variations
Color information
#C40387 (or 0xC40387) is known color: Medium Violet Red. HEX triplet: C4, 03 and 87. RGB value is (196,3,135). Sum of RGB (Red+Green+Blue) = 196+3+135=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C40387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40387 is #3BFC78. Grayscale: #4B4B4B. Windows color (decimal): -3931257 or 8848324. OLE color: 8848324.
HSL color Cylindrical-coordinate representation of color #C40387: hue angle of 318.96º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40387 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 135 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.23 |
| HSL | 318.96º | 0.97% | 0.39% | - |
| HSV(B) | 318.96º | 0.98% | 0.77% | - |
| XYZ | 27.17 | 13.55 | 24.11 | - |
| YUV | 75.76 | 161.44 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 135 | 0 | 0.98 | 0.31 | 0.23 | 318.96 | 0.97 | 0.39 |
| Hex | C4 | 3 | 87 | 0 | 62 | 1F | 17 | 13F | 61 | 27 |
| Octal | 304 | 3 | 207 | 0 | 142 | 37 | 27 | 477 | 141 | 47 |
| Binary | 11000100 | 11 | 10000111 | 0 | 1100010 | 11111 | 10111 | 100111111 | 1100001 | 100111 |
Color Harmonies of #C40387
Complementary color
Monochromatic Colors of #C40387
Black with #C40387
Text Example
Text Example
White with #C40387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40387; }
p { color: rgb(196,3,135); }
H1.HeaderClassName
{
color: #C40387;
}
.AnyTagClassName
{
color: #C40387;
}
</style>
background-color css
<style>
a { background-color: #C40387; }
a { background-color: rgb(196,3,135); }
div.DivClassName
{
background-color: #C40387;
}
.BgClassName
{
background-color: #C40387;
}
</style>
border-color css
<style>
span { border-color: #C40387; }
span { border-color: rgb(196,3,135); }
td.TdClassName
{
border-color: #C40387;
}
.TagClassName
{
border-color: #C40387;
}
</style>