Shades of Medium Red Violet #C92D7F
Tints of Medium Red Violet #C92D7F
RGB
CMYK
RGB Variations
Color information
#C92D7F (or 0xC92D7F) is known color: Medium Red Violet. HEX triplet: C9, 2D and 7F. RGB value is (201,45,127). Sum of RGB (Red+Green+Blue) = 201+45+127=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92D7F is #36D280. Grayscale: #646464. Windows color (decimal): -3592833 or 8334793. OLE color: 8334793.
HSL color Cylindrical-coordinate representation of color #C92D7F: hue angle of 328.46º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92D7F is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 127 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.21 |
| HSL | 328.46º | 0.63% | 0.48% | - |
| HSV(B) | 328.46º | 0.78% | 0.79% | - |
| XYZ | 28.86 | 15.83 | 21.61 | - |
| YUV | 100.99 | 142.68 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 127 | 0 | 0.78 | 0.37 | 0.21 | 328.46 | 0.63 | 0.48 |
| Hex | C9 | 2D | 7F | 0 | 4E | 25 | 15 | 148 | 3F | 30 |
| Octal | 311 | 55 | 177 | 0 | 116 | 45 | 25 | 510 | 77 | 60 |
| Binary | 11001001 | 101101 | 1111111 | 0 | 1001110 | 100101 | 10101 | 101001000 | 111111 | 110000 |
Color Harmonies of #C92D7F
Complementary color
Monochromatic Colors of #C92D7F
Black with #C92D7F
Text Example
Text Example
White with #C92D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92D7F; }
p { color: rgb(201,45,127); }
H1.HeaderClassName
{
color: #C92D7F;
}
.AnyTagClassName
{
color: #C92D7F;
}
</style>
background-color css
<style>
a { background-color: #C92D7F; }
a { background-color: rgb(201,45,127); }
div.DivClassName
{
background-color: #C92D7F;
}
.BgClassName
{
background-color: #C92D7F;
}
</style>
border-color css
<style>
span { border-color: #C92D7F; }
span { border-color: rgb(201,45,127); }
td.TdClassName
{
border-color: #C92D7F;
}
.TagClassName
{
border-color: #C92D7F;
}
</style>