Shades of Medium Red Violet #C93B7F
Tints of Medium Red Violet #C93B7F
RGB
CMYK
RGB Variations
Color information
#C93B7F (or 0xC93B7F) is known color: Medium Red Violet. HEX triplet: C9, 3B and 7F. RGB value is (201,59,127). Sum of RGB (Red+Green+Blue) = 201+59+127=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93B7F is #36C480. Grayscale: #6D6D6D. Windows color (decimal): -3589249 or 8338377. OLE color: 8338377.
HSL color Cylindrical-coordinate representation of color #C93B7F: hue angle of 331.27º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93B7F is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 59 | 127 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.21 |
| HSL | 331.27º | 0.57% | 0.51% | - |
| HSV(B) | 331.27º | 0.71% | 0.79% | - |
| XYZ | 29.48 | 17.08 | 21.82 | - |
| YUV | 109.21 | 138.04 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 127 | 0 | 0.71 | 0.37 | 0.21 | 331.27 | 0.57 | 0.51 |
| Hex | C9 | 3B | 7F | 0 | 47 | 25 | 15 | 14B | 39 | 33 |
| Octal | 311 | 73 | 177 | 0 | 107 | 45 | 25 | 513 | 71 | 63 |
| Binary | 11001001 | 111011 | 1111111 | 0 | 1000111 | 100101 | 10101 | 101001011 | 111001 | 110011 |
Color Harmonies of #C93B7F
Complementary color
Monochromatic Colors of #C93B7F
Black with #C93B7F
Text Example
Text Example
White with #C93B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93B7F; }
p { color: rgb(201,59,127); }
H1.HeaderClassName
{
color: #C93B7F;
}
.AnyTagClassName
{
color: #C93B7F;
}
</style>
background-color css
<style>
a { background-color: #C93B7F; }
a { background-color: rgb(201,59,127); }
div.DivClassName
{
background-color: #C93B7F;
}
.BgClassName
{
background-color: #C93B7F;
}
</style>
border-color css
<style>
span { border-color: #C93B7F; }
span { border-color: rgb(201,59,127); }
td.TdClassName
{
border-color: #C93B7F;
}
.TagClassName
{
border-color: #C93B7F;
}
</style>