Shades of Medium Red Violet #C93794
Tints of Medium Red Violet #C93794
RGB
CMYK
RGB Variations
Color information
#C93794 (or 0xC93794) is known color: Medium Red Violet. HEX triplet: C9, 37 and 94. RGB value is (201,55,148). Sum of RGB (Red+Green+Blue) = 201+55+148=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C93794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93794 is #36C86B. Grayscale: #6D6D6D. Windows color (decimal): -3590252 or 9713609. OLE color: 9713609.
HSL color Cylindrical-coordinate representation of color #C93794: hue angle of 321.78º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93794 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 148 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.21 |
| HSL | 321.78º | 0.57% | 0.5% | - |
| HSV(B) | 321.78º | 0.73% | 0.79% | - |
| XYZ | 30.8 | 17.29 | 29.73 | - |
| YUV | 109.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 148 | 0 | 0.73 | 0.26 | 0.21 | 321.78 | 0.57 | 0.5 |
| Hex | C9 | 37 | 94 | 0 | 49 | 1A | 15 | 142 | 39 | 32 |
| Octal | 311 | 67 | 224 | 0 | 111 | 32 | 25 | 502 | 71 | 62 |
| Binary | 11001001 | 110111 | 10010100 | 0 | 1001001 | 11010 | 10101 | 101000010 | 111001 | 110010 |
Color Harmonies of #C93794
Complementary color
Monochromatic Colors of #C93794
Black with #C93794
Text Example
Text Example
White with #C93794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93794; }
p { color: rgb(201,55,148); }
H1.HeaderClassName
{
color: #C93794;
}
.AnyTagClassName
{
color: #C93794;
}
</style>
background-color css
<style>
a { background-color: #C93794; }
a { background-color: rgb(201,55,148); }
div.DivClassName
{
background-color: #C93794;
}
.BgClassName
{
background-color: #C93794;
}
</style>
border-color css
<style>
span { border-color: #C93794; }
span { border-color: rgb(201,55,148); }
td.TdClassName
{
border-color: #C93794;
}
.TagClassName
{
border-color: #C93794;
}
</style>