Shades of Medium Red Violet #C4298D
Tints of Medium Red Violet #C4298D
RGB
CMYK
RGB Variations
Color information
#C4298D (or 0xC4298D) is known color: Medium Red Violet. HEX triplet: C4, 29 and 8D. RGB value is (196,41,141). Sum of RGB (Red+Green+Blue) = 196+41+141=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4298D is #3BD672. Grayscale: #626262. Windows color (decimal): -3921523 or 9251268. OLE color: 9251268.
HSL color Cylindrical-coordinate representation of color #C4298D: hue angle of 321.29º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4298D is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 141 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.23 |
| HSL | 321.29º | 0.65% | 0.46% | - |
| HSV(B) | 321.29º | 0.79% | 0.77% | - |
| XYZ | 28.37 | 15.24 | 26.65 | - |
| YUV | 98.75 | 151.85 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 141 | 0 | 0.79 | 0.28 | 0.23 | 321.29 | 0.65 | 0.46 |
| Hex | C4 | 29 | 8D | 0 | 4F | 1C | 17 | 141 | 41 | 2E |
| Octal | 304 | 51 | 215 | 0 | 117 | 34 | 27 | 501 | 101 | 56 |
| Binary | 11000100 | 101001 | 10001101 | 0 | 1001111 | 11100 | 10111 | 101000001 | 1000001 | 101110 |
Color Harmonies of #C4298D
Complementary color
Monochromatic Colors of #C4298D
Black with #C4298D
Text Example
Text Example
White with #C4298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4298D; }
p { color: rgb(196,41,141); }
H1.HeaderClassName
{
color: #C4298D;
}
.AnyTagClassName
{
color: #C4298D;
}
</style>
background-color css
<style>
a { background-color: #C4298D; }
a { background-color: rgb(196,41,141); }
div.DivClassName
{
background-color: #C4298D;
}
.BgClassName
{
background-color: #C4298D;
}
</style>
border-color css
<style>
span { border-color: #C4298D; }
span { border-color: rgb(196,41,141); }
td.TdClassName
{
border-color: #C4298D;
}
.TagClassName
{
border-color: #C4298D;
}
</style>