Shades of Medium Red Violet #C9298C
Tints of Medium Red Violet #C9298C
RGB
CMYK
RGB Variations
Color information
#C9298C (or 0xC9298C) is known color: Medium Red Violet. HEX triplet: C9, 29 and 8C. RGB value is (201,41,140). Sum of RGB (Red+Green+Blue) = 201+41+140=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9298C is #36D673. Grayscale: #636363. Windows color (decimal): -3593844 or 9185737. OLE color: 9185737.
HSL color Cylindrical-coordinate representation of color #C9298C: hue angle of 322.88º 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 #C9298C is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 140 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.21 |
| HSL | 322.88º | 0.66% | 0.47% | - |
| HSV(B) | 322.88º | 0.8% | 0.79% | - |
| XYZ | 29.61 | 15.9 | 26.32 | - |
| YUV | 100.13 | 150.51 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 140 | 0 | 0.80 | 0.30 | 0.21 | 322.88 | 0.66 | 0.47 |
| Hex | C9 | 29 | 8C | 0 | 50 | 1E | 15 | 143 | 42 | 2F |
| Octal | 311 | 51 | 214 | 0 | 120 | 36 | 25 | 503 | 102 | 57 |
| Binary | 11001001 | 101001 | 10001100 | 0 | 1010000 | 11110 | 10101 | 101000011 | 1000010 | 101111 |
Color Harmonies of #C9298C
Complementary color
Monochromatic Colors of #C9298C
Black with #C9298C
Text Example
Text Example
White with #C9298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9298C; }
p { color: rgb(201,41,140); }
H1.HeaderClassName
{
color: #C9298C;
}
.AnyTagClassName
{
color: #C9298C;
}
</style>
background-color css
<style>
a { background-color: #C9298C; }
a { background-color: rgb(201,41,140); }
div.DivClassName
{
background-color: #C9298C;
}
.BgClassName
{
background-color: #C9298C;
}
</style>
border-color css
<style>
span { border-color: #C9298C; }
span { border-color: rgb(201,41,140); }
td.TdClassName
{
border-color: #C9298C;
}
.TagClassName
{
border-color: #C9298C;
}
</style>