Shades of Medium Red Violet #C93C7F
Tints of Medium Red Violet #C93C7F
RGB
CMYK
RGB Variations
Color information
#C93C7F (or 0xC93C7F) is known color: Medium Red Violet. HEX triplet: C9, 3C and 7F. RGB value is (201,60,127). Sum of RGB (Red+Green+Blue) = 201+60+127=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C7F is #36C380. Grayscale: #6D6D6D. Windows color (decimal): -3588993 or 8338633. OLE color: 8338633.
HSL color Cylindrical-coordinate representation of color #C93C7F: hue angle of 331.49º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93C7F is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 127 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.21 |
| HSL | 331.49º | 0.57% | 0.51% | - |
| HSV(B) | 331.49º | 0.7% | 0.79% | - |
| XYZ | 29.53 | 17.18 | 21.84 | - |
| YUV | 109.8 | 137.71 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 127 | 0 | 0.70 | 0.37 | 0.21 | 331.49 | 0.57 | 0.51 |
| Hex | C9 | 3C | 7F | 0 | 46 | 25 | 15 | 14B | 39 | 33 |
| Octal | 311 | 74 | 177 | 0 | 106 | 45 | 25 | 513 | 71 | 63 |
| Binary | 11001001 | 111100 | 1111111 | 0 | 1000110 | 100101 | 10101 | 101001011 | 111001 | 110011 |
Color Harmonies of #C93C7F
Complementary color
Monochromatic Colors of #C93C7F
Black with #C93C7F
Text Example
Text Example
White with #C93C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93C7F; }
p { color: rgb(201,60,127); }
H1.HeaderClassName
{
color: #C93C7F;
}
.AnyTagClassName
{
color: #C93C7F;
}
</style>
background-color css
<style>
a { background-color: #C93C7F; }
a { background-color: rgb(201,60,127); }
div.DivClassName
{
background-color: #C93C7F;
}
.BgClassName
{
background-color: #C93C7F;
}
</style>
border-color css
<style>
span { border-color: #C93C7F; }
span { border-color: rgb(201,60,127); }
td.TdClassName
{
border-color: #C93C7F;
}
.TagClassName
{
border-color: #C93C7F;
}
</style>