Shades of Medium Red Violet #C92EAC
Tints of Medium Red Violet #C92EAC
RGB
CMYK
RGB Variations
Color information
#C92EAC (or 0xC92EAC) is known color: Medium Red Violet. HEX triplet: C9, 2E and AC. RGB value is (201,46,172). Sum of RGB (Red+Green+Blue) = 201+46+172=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C92EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92EAC is #36D153. Grayscale: #6A6A6A. Windows color (decimal): -3592532 or 11284169. OLE color: 11284169.
HSL color Cylindrical-coordinate representation of color #C92EAC: hue angle of 311.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92EAC is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 46 | 172 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.21 |
| HSL | 311.23º | 0.63% | 0.48% | - |
| HSV(B) | 311.23º | 0.77% | 0.79% | - |
| XYZ | 32.51 | 17.35 | 40.67 | - |
| YUV | 106.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 172 | 0 | 0.77 | 0.14 | 0.21 | 311.23 | 0.63 | 0.48 |
| Hex | C9 | 2E | AC | 0 | 4D | E | 15 | 137 | 3F | 30 |
| Octal | 311 | 56 | 254 | 0 | 115 | 16 | 25 | 467 | 77 | 60 |
| Binary | 11001001 | 101110 | 10101100 | 0 | 1001101 | 1110 | 10101 | 100110111 | 111111 | 110000 |
Color Harmonies of #C92EAC
Complementary color
Monochromatic Colors of #C92EAC
Black with #C92EAC
Text Example
Text Example
White with #C92EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92EAC; }
p { color: rgb(201,46,172); }
H1.HeaderClassName
{
color: #C92EAC;
}
.AnyTagClassName
{
color: #C92EAC;
}
</style>
background-color css
<style>
a { background-color: #C92EAC; }
a { background-color: rgb(201,46,172); }
div.DivClassName
{
background-color: #C92EAC;
}
.BgClassName
{
background-color: #C92EAC;
}
</style>
border-color css
<style>
span { border-color: #C92EAC; }
span { border-color: rgb(201,46,172); }
td.TdClassName
{
border-color: #C92EAC;
}
.TagClassName
{
border-color: #C92EAC;
}
</style>