Shades of Medium Red Violet #C93585
Tints of Medium Red Violet #C93585
RGB
CMYK
RGB Variations
Color information
#C93585 (or 0xC93585) is known color: Medium Red Violet. HEX triplet: C9, 35 and 85. RGB value is (201,53,133). Sum of RGB (Red+Green+Blue) = 201+53+133=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C93585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93585 is #36CA7A. Grayscale: #6A6A6A. Windows color (decimal): -3590779 or 8730057. OLE color: 8730057.
HSL color Cylindrical-coordinate representation of color #C93585: hue angle of 327.57º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93585 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 133 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.21 |
| HSL | 327.57º | 0.58% | 0.5% | - |
| HSV(B) | 327.57º | 0.74% | 0.79% | - |
| XYZ | 29.59 | 16.66 | 23.85 | - |
| YUV | 106.37 | 143.03 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 133 | 0 | 0.74 | 0.34 | 0.21 | 327.57 | 0.58 | 0.5 |
| Hex | C9 | 35 | 85 | 0 | 4A | 22 | 15 | 148 | 3A | 32 |
| Octal | 311 | 65 | 205 | 0 | 112 | 42 | 25 | 510 | 72 | 62 |
| Binary | 11001001 | 110101 | 10000101 | 0 | 1001010 | 100010 | 10101 | 101001000 | 111010 | 110010 |
Color Harmonies of #C93585
Complementary color
Monochromatic Colors of #C93585
Black with #C93585
Text Example
Text Example
White with #C93585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93585; }
p { color: rgb(201,53,133); }
H1.HeaderClassName
{
color: #C93585;
}
.AnyTagClassName
{
color: #C93585;
}
</style>
background-color css
<style>
a { background-color: #C93585; }
a { background-color: rgb(201,53,133); }
div.DivClassName
{
background-color: #C93585;
}
.BgClassName
{
background-color: #C93585;
}
</style>
border-color css
<style>
span { border-color: #C93585; }
span { border-color: rgb(201,53,133); }
td.TdClassName
{
border-color: #C93585;
}
.TagClassName
{
border-color: #C93585;
}
</style>