Shades of Medium Red Violet #C92879
Tints of Medium Red Violet #C92879
RGB
CMYK
RGB Variations
Color information
#C92879 (or 0xC92879) is known color: Medium Red Violet. HEX triplet: C9, 28 and 79. RGB value is (201,40,121). Sum of RGB (Red+Green+Blue) = 201+40+121=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C92879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92879 is #36D786. Grayscale: #616161. Windows color (decimal): -3594119 or 7940297. OLE color: 7940297.
HSL color Cylindrical-coordinate representation of color #C92879: hue angle of 329.81º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92879 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 121 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.21 |
| HSL | 329.81º | 0.67% | 0.47% | - |
| HSV(B) | 329.81º | 0.8% | 0.79% | - |
| XYZ | 28.3 | 15.32 | 19.55 | - |
| YUV | 97.37 | 141.34 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 121 | 0 | 0.80 | 0.40 | 0.21 | 329.81 | 0.67 | 0.47 |
| Hex | C9 | 28 | 79 | 0 | 50 | 28 | 15 | 14A | 43 | 2F |
| Octal | 311 | 50 | 171 | 0 | 120 | 50 | 25 | 512 | 103 | 57 |
| Binary | 11001001 | 101000 | 1111001 | 0 | 1010000 | 101000 | 10101 | 101001010 | 1000011 | 101111 |
Color Harmonies of #C92879
Complementary color
Monochromatic Colors of #C92879
Black with #C92879
Text Example
Text Example
White with #C92879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92879; }
p { color: rgb(201,40,121); }
H1.HeaderClassName
{
color: #C92879;
}
.AnyTagClassName
{
color: #C92879;
}
</style>
background-color css
<style>
a { background-color: #C92879; }
a { background-color: rgb(201,40,121); }
div.DivClassName
{
background-color: #C92879;
}
.BgClassName
{
background-color: #C92879;
}
</style>
border-color css
<style>
span { border-color: #C92879; }
span { border-color: rgb(201,40,121); }
td.TdClassName
{
border-color: #C92879;
}
.TagClassName
{
border-color: #C92879;
}
</style>