Shades of Medium Red Violet #C92D79
Tints of Medium Red Violet #C92D79
RGB
CMYK
RGB Variations
Color information
#C92D79 (or 0xC92D79) is known color: Medium Red Violet. HEX triplet: C9, 2D and 79. RGB value is (201,45,121). Sum of RGB (Red+Green+Blue) = 201+45+121=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92D79 is #36D286. Grayscale: #646464. Windows color (decimal): -3592839 or 7941577. OLE color: 7941577.
HSL color Cylindrical-coordinate representation of color #C92D79: hue angle of 330.77º 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 #C92D79 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 121 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.21 |
| HSL | 330.77º | 0.63% | 0.48% | - |
| HSV(B) | 330.77º | 0.78% | 0.79% | - |
| XYZ | 28.48 | 15.67 | 19.61 | - |
| YUV | 100.31 | 139.68 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 121 | 0 | 0.78 | 0.40 | 0.21 | 330.77 | 0.63 | 0.48 |
| Hex | C9 | 2D | 79 | 0 | 4E | 28 | 15 | 14B | 3F | 30 |
| Octal | 311 | 55 | 171 | 0 | 116 | 50 | 25 | 513 | 77 | 60 |
| Binary | 11001001 | 101101 | 1111001 | 0 | 1001110 | 101000 | 10101 | 101001011 | 111111 | 110000 |
Color Harmonies of #C92D79
Complementary color
Monochromatic Colors of #C92D79
Black with #C92D79
Text Example
Text Example
White with #C92D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92D79; }
p { color: rgb(201,45,121); }
H1.HeaderClassName
{
color: #C92D79;
}
.AnyTagClassName
{
color: #C92D79;
}
</style>
background-color css
<style>
a { background-color: #C92D79; }
a { background-color: rgb(201,45,121); }
div.DivClassName
{
background-color: #C92D79;
}
.BgClassName
{
background-color: #C92D79;
}
</style>
border-color css
<style>
span { border-color: #C92D79; }
span { border-color: rgb(201,45,121); }
td.TdClassName
{
border-color: #C92D79;
}
.TagClassName
{
border-color: #C92D79;
}
</style>