Shades of Medium Red Violet #C93696
Tints of Medium Red Violet #C93696
RGB
CMYK
RGB Variations
Color information
#C93696 (or 0xC93696) is known color: Medium Red Violet. HEX triplet: C9, 36 and 96. RGB value is (201,54,150). Sum of RGB (Red+Green+Blue) = 201+54+150=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C93696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93696 is #36C969. Grayscale: #6C6C6C. Windows color (decimal): -3590506 or 9844425. OLE color: 9844425.
HSL color Cylindrical-coordinate representation of color #C93696: hue angle of 320.82º 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 #C93696 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 150 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.21 |
| HSL | 320.82º | 0.58% | 0.5% | - |
| HSV(B) | 320.82º | 0.73% | 0.79% | - |
| XYZ | 30.91 | 17.26 | 30.56 | - |
| YUV | 108.9 | 151.2 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 150 | 0 | 0.73 | 0.25 | 0.21 | 320.82 | 0.58 | 0.5 |
| Hex | C9 | 36 | 96 | 0 | 49 | 19 | 15 | 141 | 3A | 32 |
| Octal | 311 | 66 | 226 | 0 | 111 | 31 | 25 | 501 | 72 | 62 |
| Binary | 11001001 | 110110 | 10010110 | 0 | 1001001 | 11001 | 10101 | 101000001 | 111010 | 110010 |
Color Harmonies of #C93696
Complementary color
Monochromatic Colors of #C93696
Black with #C93696
Text Example
Text Example
White with #C93696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93696; }
p { color: rgb(201,54,150); }
H1.HeaderClassName
{
color: #C93696;
}
.AnyTagClassName
{
color: #C93696;
}
</style>
background-color css
<style>
a { background-color: #C93696; }
a { background-color: rgb(201,54,150); }
div.DivClassName
{
background-color: #C93696;
}
.BgClassName
{
background-color: #C93696;
}
</style>
border-color css
<style>
span { border-color: #C93696; }
span { border-color: rgb(201,54,150); }
td.TdClassName
{
border-color: #C93696;
}
.TagClassName
{
border-color: #C93696;
}
</style>