Shades of Medium Red Violet #C4286E
Tints of Medium Red Violet #C4286E
RGB
CMYK
RGB Variations
Color information
#C4286E (or 0xC4286E) is known color: Medium Red Violet. HEX triplet: C4, 28 and 6E. RGB value is (196,40,110). Sum of RGB (Red+Green+Blue) = 196+40+110=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C4286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4286E is #3BD791. Grayscale: #5E5E5E. Windows color (decimal): -3921810 or 7219396. OLE color: 7219396.
HSL color Cylindrical-coordinate representation of color #C4286E: hue angle of 333.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4286E is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 110 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.23 |
| HSL | 333.08º | 0.66% | 0.46% | - |
| HSV(B) | 333.08º | 0.8% | 0.77% | - |
| XYZ | 26.34 | 14.38 | 16.14 | - |
| YUV | 94.62 | 136.68 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 110 | 0 | 0.80 | 0.44 | 0.23 | 333.08 | 0.66 | 0.46 |
| Hex | C4 | 28 | 6E | 0 | 50 | 2C | 17 | 14D | 42 | 2E |
| Octal | 304 | 50 | 156 | 0 | 120 | 54 | 27 | 515 | 102 | 56 |
| Binary | 11000100 | 101000 | 1101110 | 0 | 1010000 | 101100 | 10111 | 101001101 | 1000010 | 101110 |
Color Harmonies of #C4286E
Complementary color
Monochromatic Colors of #C4286E
Black with #C4286E
Text Example
Text Example
White with #C4286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4286E; }
p { color: rgb(196,40,110); }
H1.HeaderClassName
{
color: #C4286E;
}
.AnyTagClassName
{
color: #C4286E;
}
</style>
background-color css
<style>
a { background-color: #C4286E; }
a { background-color: rgb(196,40,110); }
div.DivClassName
{
background-color: #C4286E;
}
.BgClassName
{
background-color: #C4286E;
}
</style>
border-color css
<style>
span { border-color: #C4286E; }
span { border-color: rgb(196,40,110); }
td.TdClassName
{
border-color: #C4286E;
}
.TagClassName
{
border-color: #C4286E;
}
</style>