Shades of Medium Red Violet #C9298F
Tints of Medium Red Violet #C9298F
RGB
CMYK
RGB Variations
Color information
#C9298F (or 0xC9298F) is known color: Medium Red Violet. HEX triplet: C9, 29 and 8F. RGB value is (201,41,143). Sum of RGB (Red+Green+Blue) = 201+41+143=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C9298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9298F is #36D670. Grayscale: #646464. Windows color (decimal): -3593841 or 9382345. OLE color: 9382345.
HSL color Cylindrical-coordinate representation of color #C9298F: hue angle of 321.75º 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 #C9298F is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 143 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.21 |
| HSL | 321.75º | 0.66% | 0.47% | - |
| HSV(B) | 321.75º | 0.8% | 0.79% | - |
| XYZ | 29.84 | 15.99 | 27.5 | - |
| YUV | 100.47 | 152.01 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 143 | 0 | 0.80 | 0.29 | 0.21 | 321.75 | 0.66 | 0.47 |
| Hex | C9 | 29 | 8F | 0 | 50 | 1D | 15 | 142 | 42 | 2F |
| Octal | 311 | 51 | 217 | 0 | 120 | 35 | 25 | 502 | 102 | 57 |
| Binary | 11001001 | 101001 | 10001111 | 0 | 1010000 | 11101 | 10101 | 101000010 | 1000010 | 101111 |
Color Harmonies of #C9298F
Complementary color
Monochromatic Colors of #C9298F
Black with #C9298F
Text Example
Text Example
White with #C9298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9298F; }
p { color: rgb(201,41,143); }
H1.HeaderClassName
{
color: #C9298F;
}
.AnyTagClassName
{
color: #C9298F;
}
</style>
background-color css
<style>
a { background-color: #C9298F; }
a { background-color: rgb(201,41,143); }
div.DivClassName
{
background-color: #C9298F;
}
.BgClassName
{
background-color: #C9298F;
}
</style>
border-color css
<style>
span { border-color: #C9298F; }
span { border-color: rgb(201,41,143); }
td.TdClassName
{
border-color: #C9298F;
}
.TagClassName
{
border-color: #C9298F;
}
</style>