Shades of Medium Red Violet #C92B7D
Tints of Medium Red Violet #C92B7D
RGB
CMYK
RGB Variations
Color information
#C92B7D (or 0xC92B7D) is known color: Medium Red Violet. HEX triplet: C9, 2B and 7D. RGB value is (201,43,125). Sum of RGB (Red+Green+Blue) = 201+43+125=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C92B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92B7D is #36D482. Grayscale: #636363. Windows color (decimal): -3593347 or 8203209. OLE color: 8203209.
HSL color Cylindrical-coordinate representation of color #C92B7D: hue angle of 328.86º 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 #C92B7D is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 43 | 125 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.21 |
| HSL | 328.86º | 0.65% | 0.48% | - |
| HSV(B) | 328.86º | 0.79% | 0.79% | - |
| XYZ | 28.65 | 15.63 | 20.91 | - |
| YUV | 99.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 125 | 0 | 0.79 | 0.38 | 0.21 | 328.86 | 0.65 | 0.48 |
| Hex | C9 | 2B | 7D | 0 | 4F | 26 | 15 | 149 | 41 | 30 |
| Octal | 311 | 53 | 175 | 0 | 117 | 46 | 25 | 511 | 101 | 60 |
| Binary | 11001001 | 101011 | 1111101 | 0 | 1001111 | 100110 | 10101 | 101001001 | 1000001 | 110000 |
Color Harmonies of #C92B7D
Complementary color
Monochromatic Colors of #C92B7D
Black with #C92B7D
Text Example
Text Example
White with #C92B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92B7D; }
p { color: rgb(201,43,125); }
H1.HeaderClassName
{
color: #C92B7D;
}
.AnyTagClassName
{
color: #C92B7D;
}
</style>
background-color css
<style>
a { background-color: #C92B7D; }
a { background-color: rgb(201,43,125); }
div.DivClassName
{
background-color: #C92B7D;
}
.BgClassName
{
background-color: #C92B7D;
}
</style>
border-color css
<style>
span { border-color: #C92B7D; }
span { border-color: rgb(201,43,125); }
td.TdClassName
{
border-color: #C92B7D;
}
.TagClassName
{
border-color: #C92B7D;
}
</style>