Shades of Medium Red Violet #C92C7A
Tints of Medium Red Violet #C92C7A
RGB
CMYK
RGB Variations
Color information
#C92C7A (or 0xC92C7A) is known color: Medium Red Violet. HEX triplet: C9, 2C and 7A. RGB value is (201,44,122). Sum of RGB (Red+Green+Blue) = 201+44+122=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92C7A is #36D385. Grayscale: #636363. Windows color (decimal): -3593094 or 8006857. OLE color: 8006857.
HSL color Cylindrical-coordinate representation of color #C92C7A: hue angle of 330.19º 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 #C92C7A is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 122 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.21 |
| HSL | 330.19º | 0.64% | 0.48% | - |
| HSV(B) | 330.19º | 0.78% | 0.79% | - |
| XYZ | 28.5 | 15.62 | 19.93 | - |
| YUV | 99.84 | 140.51 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 122 | 0 | 0.78 | 0.39 | 0.21 | 330.19 | 0.64 | 0.48 |
| Hex | C9 | 2C | 7A | 0 | 4E | 27 | 15 | 14A | 40 | 30 |
| Octal | 311 | 54 | 172 | 0 | 116 | 47 | 25 | 512 | 100 | 60 |
| Binary | 11001001 | 101100 | 1111010 | 0 | 1001110 | 100111 | 10101 | 101001010 | 1000000 | 110000 |
Color Harmonies of #C92C7A
Complementary color
Monochromatic Colors of #C92C7A
Black with #C92C7A
Text Example
Text Example
White with #C92C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92C7A; }
p { color: rgb(201,44,122); }
H1.HeaderClassName
{
color: #C92C7A;
}
.AnyTagClassName
{
color: #C92C7A;
}
</style>
background-color css
<style>
a { background-color: #C92C7A; }
a { background-color: rgb(201,44,122); }
div.DivClassName
{
background-color: #C92C7A;
}
.BgClassName
{
background-color: #C92C7A;
}
</style>
border-color css
<style>
span { border-color: #C92C7A; }
span { border-color: rgb(201,44,122); }
td.TdClassName
{
border-color: #C92C7A;
}
.TagClassName
{
border-color: #C92C7A;
}
</style>