Shades of Medium Red Violet #C92A8E
Tints of Medium Red Violet #C92A8E
RGB
CMYK
RGB Variations
Color information
#C92A8E (or 0xC92A8E) is known color: Medium Red Violet. HEX triplet: C9, 2A and 8E. RGB value is (201,42,142). Sum of RGB (Red+Green+Blue) = 201+42+142=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C92A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92A8E is #36D571. Grayscale: #646464. Windows color (decimal): -3593586 or 9317065. OLE color: 9317065.
HSL color Cylindrical-coordinate representation of color #C92A8E: hue angle of 322.26º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92A8E is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 42 | 142 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.21 |
| HSL | 322.26º | 0.65% | 0.48% | - |
| HSV(B) | 322.26º | 0.79% | 0.79% | - |
| XYZ | 29.8 | 16.03 | 27.11 | - |
| YUV | 100.94 | 151.18 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 142 | 0 | 0.79 | 0.29 | 0.21 | 322.26 | 0.65 | 0.48 |
| Hex | C9 | 2A | 8E | 0 | 4F | 1D | 15 | 142 | 41 | 30 |
| Octal | 311 | 52 | 216 | 0 | 117 | 35 | 25 | 502 | 101 | 60 |
| Binary | 11001001 | 101010 | 10001110 | 0 | 1001111 | 11101 | 10101 | 101000010 | 1000001 | 110000 |
Color Harmonies of #C92A8E
Complementary color
Monochromatic Colors of #C92A8E
Black with #C92A8E
Text Example
Text Example
White with #C92A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92A8E; }
p { color: rgb(201,42,142); }
H1.HeaderClassName
{
color: #C92A8E;
}
.AnyTagClassName
{
color: #C92A8E;
}
</style>
background-color css
<style>
a { background-color: #C92A8E; }
a { background-color: rgb(201,42,142); }
div.DivClassName
{
background-color: #C92A8E;
}
.BgClassName
{
background-color: #C92A8E;
}
</style>
border-color css
<style>
span { border-color: #C92A8E; }
span { border-color: rgb(201,42,142); }
td.TdClassName
{
border-color: #C92A8E;
}
.TagClassName
{
border-color: #C92A8E;
}
</style>