Shades of Medium Red Violet #C92775
Tints of Medium Red Violet #C92775
RGB
CMYK
RGB Variations
Color information
#C92775 (or 0xC92775) is known color: Medium Red Violet. HEX triplet: C9, 27 and 75. RGB value is (201,39,117). Sum of RGB (Red+Green+Blue) = 201+39+117=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C92775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92775 is #36D88A. Grayscale: #606060. Windows color (decimal): -3594379 or 7677897. OLE color: 7677897.
HSL color Cylindrical-coordinate representation of color #C92775: hue angle of 331.11º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C92775 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 117 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.21 |
| HSL | 331.11º | 0.68% | 0.47% | - |
| HSV(B) | 331.11º | 0.81% | 0.79% | - |
| XYZ | 28.02 | 15.15 | 18.28 | - |
| YUV | 96.33 | 139.67 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 117 | 0 | 0.81 | 0.42 | 0.21 | 331.11 | 0.68 | 0.47 |
| Hex | C9 | 27 | 75 | 0 | 51 | 2A | 15 | 14B | 44 | 2F |
| Octal | 311 | 47 | 165 | 0 | 121 | 52 | 25 | 513 | 104 | 57 |
| Binary | 11001001 | 100111 | 1110101 | 0 | 1010001 | 101010 | 10101 | 101001011 | 1000100 | 101111 |
Color Harmonies of #C92775
Complementary color
Monochromatic Colors of #C92775
Black with #C92775
Text Example
Text Example
White with #C92775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92775; }
p { color: rgb(201,39,117); }
H1.HeaderClassName
{
color: #C92775;
}
.AnyTagClassName
{
color: #C92775;
}
</style>
background-color css
<style>
a { background-color: #C92775; }
a { background-color: rgb(201,39,117); }
div.DivClassName
{
background-color: #C92775;
}
.BgClassName
{
background-color: #C92775;
}
</style>
border-color css
<style>
span { border-color: #C92775; }
span { border-color: rgb(201,39,117); }
td.TdClassName
{
border-color: #C92775;
}
.TagClassName
{
border-color: #C92775;
}
</style>