Shades of Medium Red Violet #C93695
Tints of Medium Red Violet #C93695
RGB
CMYK
RGB Variations
Color information
#C93695 (or 0xC93695) is known color: Medium Red Violet. HEX triplet: C9, 36 and 95. RGB value is (201,54,149). Sum of RGB (Red+Green+Blue) = 201+54+149=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C93695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93695 is #36C96A. Grayscale: #6C6C6C. Windows color (decimal): -3590507 or 9778889. OLE color: 9778889.
HSL color Cylindrical-coordinate representation of color #C93695: hue angle of 321.22º degrees, saturation: 0.58, 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 #C93695 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 149 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.21 |
| HSL | 321.22º | 0.58% | 0.5% | - |
| HSV(B) | 321.22º | 0.73% | 0.79% | - |
| XYZ | 30.83 | 17.23 | 30.13 | - |
| YUV | 108.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 149 | 0 | 0.73 | 0.26 | 0.21 | 321.22 | 0.58 | 0.5 |
| Hex | C9 | 36 | 95 | 0 | 49 | 1A | 15 | 141 | 3A | 32 |
| Octal | 311 | 66 | 225 | 0 | 111 | 32 | 25 | 501 | 72 | 62 |
| Binary | 11001001 | 110110 | 10010101 | 0 | 1001001 | 11010 | 10101 | 101000001 | 111010 | 110010 |
Color Harmonies of #C93695
Complementary color
Monochromatic Colors of #C93695
Black with #C93695
Text Example
Text Example
White with #C93695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93695; }
p { color: rgb(201,54,149); }
H1.HeaderClassName
{
color: #C93695;
}
.AnyTagClassName
{
color: #C93695;
}
</style>
background-color css
<style>
a { background-color: #C93695; }
a { background-color: rgb(201,54,149); }
div.DivClassName
{
background-color: #C93695;
}
.BgClassName
{
background-color: #C93695;
}
</style>
border-color css
<style>
span { border-color: #C93695; }
span { border-color: rgb(201,54,149); }
td.TdClassName
{
border-color: #C93695;
}
.TagClassName
{
border-color: #C93695;
}
</style>