Shades of Medium Red Violet #C93C7D
Tints of Medium Red Violet #C93C7D
RGB
CMYK
RGB Variations
Color information
#C93C7D (or 0xC93C7D) is known color: Medium Red Violet. HEX triplet: C9, 3C and 7D. RGB value is (201,60,125). Sum of RGB (Red+Green+Blue) = 201+60+125=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C7D is #36C382. Grayscale: #6D6D6D. Windows color (decimal): -3588995 or 8207561. OLE color: 8207561.
HSL color Cylindrical-coordinate representation of color #C93C7D: hue angle of 332.34º 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 #C93C7D is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 125 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.21 |
| HSL | 332.34º | 0.57% | 0.51% | - |
| HSV(B) | 332.34º | 0.7% | 0.79% | - |
| XYZ | 29.4 | 17.13 | 21.16 | - |
| YUV | 109.57 | 136.71 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 125 | 0 | 0.70 | 0.38 | 0.21 | 332.34 | 0.57 | 0.51 |
| Hex | C9 | 3C | 7D | 0 | 46 | 26 | 15 | 14C | 39 | 33 |
| Octal | 311 | 74 | 175 | 0 | 106 | 46 | 25 | 514 | 71 | 63 |
| Binary | 11001001 | 111100 | 1111101 | 0 | 1000110 | 100110 | 10101 | 101001100 | 111001 | 110011 |
Color Harmonies of #C93C7D
Complementary color
Monochromatic Colors of #C93C7D
Black with #C93C7D
Text Example
Text Example
White with #C93C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93C7D; }
p { color: rgb(201,60,125); }
H1.HeaderClassName
{
color: #C93C7D;
}
.AnyTagClassName
{
color: #C93C7D;
}
</style>
background-color css
<style>
a { background-color: #C93C7D; }
a { background-color: rgb(201,60,125); }
div.DivClassName
{
background-color: #C93C7D;
}
.BgClassName
{
background-color: #C93C7D;
}
</style>
border-color css
<style>
span { border-color: #C93C7D; }
span { border-color: rgb(201,60,125); }
td.TdClassName
{
border-color: #C93C7D;
}
.TagClassName
{
border-color: #C93C7D;
}
</style>