Shades of Medium Red Violet #C93698
Tints of Medium Red Violet #C93698
RGB
CMYK
RGB Variations
Color information
#C93698 (or 0xC93698) is known color: Medium Red Violet. HEX triplet: C9, 36 and 98. RGB value is (201,54,152). Sum of RGB (Red+Green+Blue) = 201+54+152=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C93698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93698 is #36C967. Grayscale: #6C6C6C. Windows color (decimal): -3590504 or 9975497. OLE color: 9975497.
HSL color Cylindrical-coordinate representation of color #C93698: hue angle of 320º 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 #C93698 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 152 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.21 |
| HSL | 320º | 0.58% | 0.5% | - |
| HSV(B) | 320º | 0.73% | 0.79% | - |
| XYZ | 31.07 | 17.32 | 31.41 | - |
| YUV | 109.13 | 152.2 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 152 | 0 | 0.73 | 0.24 | 0.21 | 320 | 0.58 | 0.5 |
| Hex | C9 | 36 | 98 | 0 | 49 | 18 | 15 | 140 | 3A | 32 |
| Octal | 311 | 66 | 230 | 0 | 111 | 30 | 25 | 500 | 72 | 62 |
| Binary | 11001001 | 110110 | 10011000 | 0 | 1001001 | 11000 | 10101 | 101000000 | 111010 | 110010 |
Color Harmonies of #C93698
Complementary color
Monochromatic Colors of #C93698
Black with #C93698
Text Example
Text Example
White with #C93698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93698; }
p { color: rgb(201,54,152); }
H1.HeaderClassName
{
color: #C93698;
}
.AnyTagClassName
{
color: #C93698;
}
</style>
background-color css
<style>
a { background-color: #C93698; }
a { background-color: rgb(201,54,152); }
div.DivClassName
{
background-color: #C93698;
}
.BgClassName
{
background-color: #C93698;
}
</style>
border-color css
<style>
span { border-color: #C93698; }
span { border-color: rgb(201,54,152); }
td.TdClassName
{
border-color: #C93698;
}
.TagClassName
{
border-color: #C93698;
}
</style>