Shades of Medium Red Violet #C9297B
Tints of Medium Red Violet #C9297B
RGB
CMYK
RGB Variations
Color information
#C9297B (or 0xC9297B) is known color: Medium Red Violet. HEX triplet: C9, 29 and 7B. RGB value is (201,41,123). Sum of RGB (Red+Green+Blue) = 201+41+123=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9297B is #36D684. Grayscale: #626262. Windows color (decimal): -3593861 or 8071625. OLE color: 8071625.
HSL color Cylindrical-coordinate representation of color #C9297B: hue angle of 329.25º 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 #C9297B is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 123 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.21 |
| HSL | 329.25º | 0.66% | 0.47% | - |
| HSV(B) | 329.25º | 0.8% | 0.79% | - |
| XYZ | 28.46 | 15.43 | 20.22 | - |
| YUV | 98.19 | 142.01 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 123 | 0 | 0.80 | 0.39 | 0.21 | 329.25 | 0.66 | 0.47 |
| Hex | C9 | 29 | 7B | 0 | 50 | 27 | 15 | 149 | 42 | 2F |
| Octal | 311 | 51 | 173 | 0 | 120 | 47 | 25 | 511 | 102 | 57 |
| Binary | 11001001 | 101001 | 1111011 | 0 | 1010000 | 100111 | 10101 | 101001001 | 1000010 | 101111 |
Color Harmonies of #C9297B
Complementary color
Monochromatic Colors of #C9297B
Black with #C9297B
Text Example
Text Example
White with #C9297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9297B; }
p { color: rgb(201,41,123); }
H1.HeaderClassName
{
color: #C9297B;
}
.AnyTagClassName
{
color: #C9297B;
}
</style>
background-color css
<style>
a { background-color: #C9297B; }
a { background-color: rgb(201,41,123); }
div.DivClassName
{
background-color: #C9297B;
}
.BgClassName
{
background-color: #C9297B;
}
</style>
border-color css
<style>
span { border-color: #C9297B; }
span { border-color: rgb(201,41,123); }
td.TdClassName
{
border-color: #C9297B;
}
.TagClassName
{
border-color: #C9297B;
}
</style>