Shades of Medium Red Violet #C9298D
Tints of Medium Red Violet #C9298D
RGB
CMYK
RGB Variations
Color information
#C9298D (or 0xC9298D) is known color: Medium Red Violet. HEX triplet: C9, 29 and 8D. RGB value is (201,41,141). Sum of RGB (Red+Green+Blue) = 201+41+141=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C9298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9298D is #36D672. Grayscale: #646464. Windows color (decimal): -3593843 or 9251273. OLE color: 9251273.
HSL color Cylindrical-coordinate representation of color #C9298D: hue angle of 322.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9298D is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 141 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.21 |
| HSL | 322.5º | 0.66% | 0.47% | - |
| HSV(B) | 322.5º | 0.8% | 0.79% | - |
| XYZ | 29.69 | 15.93 | 26.71 | - |
| YUV | 100.24 | 151.01 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 141 | 0 | 0.80 | 0.30 | 0.21 | 322.5 | 0.66 | 0.47 |
| Hex | C9 | 29 | 8D | 0 | 50 | 1E | 15 | 142 | 42 | 2F |
| Octal | 311 | 51 | 215 | 0 | 120 | 36 | 25 | 502 | 102 | 57 |
| Binary | 11001001 | 101001 | 10001101 | 0 | 1010000 | 11110 | 10101 | 101000010 | 1000010 | 101111 |
Color Harmonies of #C9298D
Complementary color
Monochromatic Colors of #C9298D
Black with #C9298D
Text Example
Text Example
White with #C9298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9298D; }
p { color: rgb(201,41,141); }
H1.HeaderClassName
{
color: #C9298D;
}
.AnyTagClassName
{
color: #C9298D;
}
</style>
background-color css
<style>
a { background-color: #C9298D; }
a { background-color: rgb(201,41,141); }
div.DivClassName
{
background-color: #C9298D;
}
.BgClassName
{
background-color: #C9298D;
}
</style>
border-color css
<style>
span { border-color: #C9298D; }
span { border-color: rgb(201,41,141); }
td.TdClassName
{
border-color: #C9298D;
}
.TagClassName
{
border-color: #C9298D;
}
</style>