Shades of Medium Red Violet #C92C9C
Tints of Medium Red Violet #C92C9C
RGB
CMYK
RGB Variations
Color information
#C92C9C (or 0xC92C9C) is known color: Medium Red Violet. HEX triplet: C9, 2C and 9C. RGB value is (201,44,156). Sum of RGB (Red+Green+Blue) = 201+44+156=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92C9C is #36D363. Grayscale: #676767. Windows color (decimal): -3593060 or 10235081. OLE color: 10235081.
HSL color Cylindrical-coordinate representation of color #C92C9C: hue angle of 317.2º 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 #C92C9C is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 156 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.21 |
| HSL | 317.2º | 0.64% | 0.48% | - |
| HSV(B) | 317.2º | 0.78% | 0.79% | - |
| XYZ | 30.99 | 16.62 | 33.03 | - |
| YUV | 103.71 | 157.51 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 156 | 0 | 0.78 | 0.22 | 0.21 | 317.2 | 0.64 | 0.48 |
| Hex | C9 | 2C | 9C | 0 | 4E | 16 | 15 | 13D | 40 | 30 |
| Octal | 311 | 54 | 234 | 0 | 116 | 26 | 25 | 475 | 100 | 60 |
| Binary | 11001001 | 101100 | 10011100 | 0 | 1001110 | 10110 | 10101 | 100111101 | 1000000 | 110000 |
Color Harmonies of #C92C9C
Complementary color
Monochromatic Colors of #C92C9C
Black with #C92C9C
Text Example
Text Example
White with #C92C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92C9C; }
p { color: rgb(201,44,156); }
H1.HeaderClassName
{
color: #C92C9C;
}
.AnyTagClassName
{
color: #C92C9C;
}
</style>
background-color css
<style>
a { background-color: #C92C9C; }
a { background-color: rgb(201,44,156); }
div.DivClassName
{
background-color: #C92C9C;
}
.BgClassName
{
background-color: #C92C9C;
}
</style>
border-color css
<style>
span { border-color: #C92C9C; }
span { border-color: rgb(201,44,156); }
td.TdClassName
{
border-color: #C92C9C;
}
.TagClassName
{
border-color: #C92C9C;
}
</style>