Shades of Medium Violet Red #C40287
Tints of Medium Violet Red #C40287
RGB
CMYK
RGB Variations
Color information
#C40287 (or 0xC40287) is known color: Medium Violet Red. HEX triplet: C4, 02 and 87. RGB value is (196,2,135). Sum of RGB (Red+Green+Blue) = 196+2+135=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C40287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40287 is #3BFD78. Grayscale: #4A4A4A. Windows color (decimal): -3931513 or 8848068. OLE color: 8848068.
HSL color Cylindrical-coordinate representation of color #C40287: hue angle of 318.87º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40287 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 135 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.23 |
| HSL | 318.87º | 0.98% | 0.39% | - |
| HSV(B) | 318.87º | 0.99% | 0.77% | - |
| XYZ | 27.16 | 13.53 | 24.1 | - |
| YUV | 75.17 | 161.77 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 135 | 0 | 0.99 | 0.31 | 0.23 | 318.87 | 0.98 | 0.39 |
| Hex | C4 | 2 | 87 | 0 | 63 | 1F | 17 | 13F | 62 | 27 |
| Octal | 304 | 2 | 207 | 0 | 143 | 37 | 27 | 477 | 142 | 47 |
| Binary | 11000100 | 10 | 10000111 | 0 | 1100011 | 11111 | 10111 | 100111111 | 1100010 | 100111 |
Color Harmonies of #C40287
Complementary color
Monochromatic Colors of #C40287
Black with #C40287
Text Example
Text Example
White with #C40287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40287; }
p { color: rgb(196,2,135); }
H1.HeaderClassName
{
color: #C40287;
}
.AnyTagClassName
{
color: #C40287;
}
</style>
background-color css
<style>
a { background-color: #C40287; }
a { background-color: rgb(196,2,135); }
div.DivClassName
{
background-color: #C40287;
}
.BgClassName
{
background-color: #C40287;
}
</style>
border-color css
<style>
span { border-color: #C40287; }
span { border-color: rgb(196,2,135); }
td.TdClassName
{
border-color: #C40287;
}
.TagClassName
{
border-color: #C40287;
}
</style>