Shades of Medium Violet Red #C40687
Tints of Medium Violet Red #C40687
RGB
CMYK
RGB Variations
Color information
#C40687 (or 0xC40687) is known color: Medium Violet Red. HEX triplet: C4, 06 and 87. RGB value is (196,6,135). Sum of RGB (Red+Green+Blue) = 196+6+135=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C40687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40687 is #3BF978. Grayscale: #4D4D4D. Windows color (decimal): -3930489 or 8849092. OLE color: 8849092.
HSL color Cylindrical-coordinate representation of color #C40687: hue angle of 319.26º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40687 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 135 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.23 |
| HSL | 319.26º | 0.94% | 0.4% | - |
| HSV(B) | 319.26º | 0.97% | 0.77% | - |
| XYZ | 27.2 | 13.62 | 24.12 | - |
| YUV | 77.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 135 | 0 | 0.97 | 0.31 | 0.23 | 319.26 | 0.94 | 0.4 |
| Hex | C4 | 6 | 87 | 0 | 61 | 1F | 17 | 13F | 5E | 28 |
| Octal | 304 | 6 | 207 | 0 | 141 | 37 | 27 | 477 | 136 | 50 |
| Binary | 11000100 | 110 | 10000111 | 0 | 1100001 | 11111 | 10111 | 100111111 | 1011110 | 101000 |
Color Harmonies of #C40687
Complementary color
Monochromatic Colors of #C40687
Black with #C40687
Text Example
Text Example
White with #C40687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40687; }
p { color: rgb(196,6,135); }
H1.HeaderClassName
{
color: #C40687;
}
.AnyTagClassName
{
color: #C40687;
}
</style>
background-color css
<style>
a { background-color: #C40687; }
a { background-color: rgb(196,6,135); }
div.DivClassName
{
background-color: #C40687;
}
.BgClassName
{
background-color: #C40687;
}
</style>
border-color css
<style>
span { border-color: #C40687; }
span { border-color: rgb(196,6,135); }
td.TdClassName
{
border-color: #C40687;
}
.TagClassName
{
border-color: #C40687;
}
</style>