Shades of Medium Violet Red #C40286
Tints of Medium Violet Red #C40286
RGB
CMYK
RGB Variations
Color information
#C40286 (or 0xC40286) is known color: Medium Violet Red. HEX triplet: C4, 02 and 86. RGB value is (196,2,134). Sum of RGB (Red+Green+Blue) = 196+2+134=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C40286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40286 is #3BFD79. Grayscale: #4A4A4A. Windows color (decimal): -3931514 or 8782532. OLE color: 8782532.
HSL color Cylindrical-coordinate representation of color #C40286: hue angle of 319.18º 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 #C40286 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.23 |
| HSL | 319.18º | 0.98% | 0.39% | - |
| HSV(B) | 319.18º | 0.99% | 0.77% | - |
| XYZ | 27.09 | 13.5 | 23.73 | - |
| YUV | 75.05 | 161.27 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 134 | 0 | 0.99 | 0.32 | 0.23 | 319.18 | 0.98 | 0.39 |
| Hex | C4 | 2 | 86 | 0 | 63 | 20 | 17 | 13F | 62 | 27 |
| Octal | 304 | 2 | 206 | 0 | 143 | 40 | 27 | 477 | 142 | 47 |
| Binary | 11000100 | 10 | 10000110 | 0 | 1100011 | 100000 | 10111 | 100111111 | 1100010 | 100111 |
Color Harmonies of #C40286
Complementary color
Monochromatic Colors of #C40286
Black with #C40286
Text Example
Text Example
White with #C40286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40286; }
p { color: rgb(196,2,134); }
H1.HeaderClassName
{
color: #C40286;
}
.AnyTagClassName
{
color: #C40286;
}
</style>
background-color css
<style>
a { background-color: #C40286; }
a { background-color: rgb(196,2,134); }
div.DivClassName
{
background-color: #C40286;
}
.BgClassName
{
background-color: #C40286;
}
</style>
border-color css
<style>
span { border-color: #C40286; }
span { border-color: rgb(196,2,134); }
td.TdClassName
{
border-color: #C40286;
}
.TagClassName
{
border-color: #C40286;
}
</style>