Shades of Medium Red Violet #C93095
Tints of Medium Red Violet #C93095
RGB
CMYK
RGB Variations
Color information
#C93095 (or 0xC93095) is known color: Medium Red Violet. HEX triplet: C9, 30 and 95. RGB value is (201,48,149). Sum of RGB (Red+Green+Blue) = 201+48+149=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C93095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93095 is #36CF6A. Grayscale: #696969. Windows color (decimal): -3592043 or 9777353. OLE color: 9777353.
HSL color Cylindrical-coordinate representation of color #C93095: hue angle of 320.39º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93095 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 149 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.21 |
| HSL | 320.39º | 0.61% | 0.49% | - |
| HSV(B) | 320.39º | 0.76% | 0.79% | - |
| XYZ | 30.57 | 16.7 | 30.05 | - |
| YUV | 105.26 | 152.69 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 149 | 0 | 0.76 | 0.26 | 0.21 | 320.39 | 0.61 | 0.49 |
| Hex | C9 | 30 | 95 | 0 | 4C | 1A | 15 | 140 | 3D | 31 |
| Octal | 311 | 60 | 225 | 0 | 114 | 32 | 25 | 500 | 75 | 61 |
| Binary | 11001001 | 110000 | 10010101 | 0 | 1001100 | 11010 | 10101 | 101000000 | 111101 | 110001 |
Color Harmonies of #C93095
Complementary color
Monochromatic Colors of #C93095
Black with #C93095
Text Example
Text Example
White with #C93095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93095; }
p { color: rgb(201,48,149); }
H1.HeaderClassName
{
color: #C93095;
}
.AnyTagClassName
{
color: #C93095;
}
</style>
background-color css
<style>
a { background-color: #C93095; }
a { background-color: rgb(201,48,149); }
div.DivClassName
{
background-color: #C93095;
}
.BgClassName
{
background-color: #C93095;
}
</style>
border-color css
<style>
span { border-color: #C93095; }
span { border-color: rgb(201,48,149); }
td.TdClassName
{
border-color: #C93095;
}
.TagClassName
{
border-color: #C93095;
}
</style>