Shades of Medium Red Violet #C4288D
Tints of Medium Red Violet #C4288D
RGB
CMYK
RGB Variations
Color information
#C4288D (or 0xC4288D) is known color: Medium Red Violet. HEX triplet: C4, 28 and 8D. RGB value is (196,40,141). Sum of RGB (Red+Green+Blue) = 196+40+141=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4288D is #3BD772. Grayscale: #616161. Windows color (decimal): -3921779 or 9251012. OLE color: 9251012.
HSL color Cylindrical-coordinate representation of color #C4288D: hue angle of 321.15º 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 #C4288D is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 141 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.23 |
| HSL | 321.15º | 0.66% | 0.46% | - |
| HSV(B) | 321.15º | 0.8% | 0.77% | - |
| XYZ | 28.33 | 15.18 | 26.64 | - |
| YUV | 98.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 141 | 0 | 0.80 | 0.28 | 0.23 | 321.15 | 0.66 | 0.46 |
| Hex | C4 | 28 | 8D | 0 | 50 | 1C | 17 | 141 | 42 | 2E |
| Octal | 304 | 50 | 215 | 0 | 120 | 34 | 27 | 501 | 102 | 56 |
| Binary | 11000100 | 101000 | 10001101 | 0 | 1010000 | 11100 | 10111 | 101000001 | 1000010 | 101110 |
Color Harmonies of #C4288D
Complementary color
Monochromatic Colors of #C4288D
Black with #C4288D
Text Example
Text Example
White with #C4288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4288D; }
p { color: rgb(196,40,141); }
H1.HeaderClassName
{
color: #C4288D;
}
.AnyTagClassName
{
color: #C4288D;
}
</style>
background-color css
<style>
a { background-color: #C4288D; }
a { background-color: rgb(196,40,141); }
div.DivClassName
{
background-color: #C4288D;
}
.BgClassName
{
background-color: #C4288D;
}
</style>
border-color css
<style>
span { border-color: #C4288D; }
span { border-color: rgb(196,40,141); }
td.TdClassName
{
border-color: #C4288D;
}
.TagClassName
{
border-color: #C4288D;
}
</style>