Shades of Medium Red Violet #C92C7D
Tints of Medium Red Violet #C92C7D
RGB
CMYK
RGB Variations
Color information
#C92C7D (or 0xC92C7D) is known color: Medium Red Violet. HEX triplet: C9, 2C and 7D. RGB value is (201,44,125). Sum of RGB (Red+Green+Blue) = 201+44+125=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92C7D is #36D382. Grayscale: #646464. Windows color (decimal): -3593091 or 8203465. OLE color: 8203465.
HSL color Cylindrical-coordinate representation of color #C92C7D: hue angle of 329.04º degrees, saturation: 0.64, 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 #C92C7D is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 125 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.21 |
| HSL | 329.04º | 0.64% | 0.48% | - |
| HSV(B) | 329.04º | 0.78% | 0.79% | - |
| XYZ | 28.69 | 15.7 | 20.92 | - |
| YUV | 100.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 125 | 0 | 0.78 | 0.38 | 0.21 | 329.04 | 0.64 | 0.48 |
| Hex | C9 | 2C | 7D | 0 | 4E | 26 | 15 | 149 | 40 | 30 |
| Octal | 311 | 54 | 175 | 0 | 116 | 46 | 25 | 511 | 100 | 60 |
| Binary | 11001001 | 101100 | 1111101 | 0 | 1001110 | 100110 | 10101 | 101001001 | 1000000 | 110000 |
Color Harmonies of #C92C7D
Complementary color
Monochromatic Colors of #C92C7D
Black with #C92C7D
Text Example
Text Example
White with #C92C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92C7D; }
p { color: rgb(201,44,125); }
H1.HeaderClassName
{
color: #C92C7D;
}
.AnyTagClassName
{
color: #C92C7D;
}
</style>
background-color css
<style>
a { background-color: #C92C7D; }
a { background-color: rgb(201,44,125); }
div.DivClassName
{
background-color: #C92C7D;
}
.BgClassName
{
background-color: #C92C7D;
}
</style>
border-color css
<style>
span { border-color: #C92C7D; }
span { border-color: rgb(201,44,125); }
td.TdClassName
{
border-color: #C92C7D;
}
.TagClassName
{
border-color: #C92C7D;
}
</style>