Shades of Medium Red Violet #C9297F
Tints of Medium Red Violet #C9297F
RGB
CMYK
RGB Variations
Color information
#C9297F (or 0xC9297F) is known color: Medium Red Violet. HEX triplet: C9, 29 and 7F. RGB value is (201,41,127). Sum of RGB (Red+Green+Blue) = 201+41+127=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C9297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9297F is #36D680. Grayscale: #626262. Windows color (decimal): -3593857 or 8333769. OLE color: 8333769.
HSL color Cylindrical-coordinate representation of color #C9297F: hue angle of 327.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 #C9297F is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 127 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.21 |
| HSL | 327.75º | 0.66% | 0.47% | - |
| HSV(B) | 327.75º | 0.8% | 0.79% | - |
| XYZ | 28.71 | 15.54 | 21.56 | - |
| YUV | 98.64 | 144.01 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 127 | 0 | 0.80 | 0.37 | 0.21 | 327.75 | 0.66 | 0.47 |
| Hex | C9 | 29 | 7F | 0 | 50 | 25 | 15 | 148 | 42 | 2F |
| Octal | 311 | 51 | 177 | 0 | 120 | 45 | 25 | 510 | 102 | 57 |
| Binary | 11001001 | 101001 | 1111111 | 0 | 1010000 | 100101 | 10101 | 101001000 | 1000010 | 101111 |
Color Harmonies of #C9297F
Complementary color
Monochromatic Colors of #C9297F
Black with #C9297F
Text Example
Text Example
White with #C9297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9297F; }
p { color: rgb(201,41,127); }
H1.HeaderClassName
{
color: #C9297F;
}
.AnyTagClassName
{
color: #C9297F;
}
</style>
background-color css
<style>
a { background-color: #C9297F; }
a { background-color: rgb(201,41,127); }
div.DivClassName
{
background-color: #C9297F;
}
.BgClassName
{
background-color: #C9297F;
}
</style>
border-color css
<style>
span { border-color: #C9297F; }
span { border-color: rgb(201,41,127); }
td.TdClassName
{
border-color: #C9297F;
}
.TagClassName
{
border-color: #C9297F;
}
</style>