Shades of Medium Red Violet #C93085
Tints of Medium Red Violet #C93085
RGB
CMYK
RGB Variations
Color information
#C93085 (or 0xC93085) is known color: Medium Red Violet. HEX triplet: C9, 30 and 85. RGB value is (201,48,133). Sum of RGB (Red+Green+Blue) = 201+48+133=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C93085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93085 is #36CF7A. Grayscale: #676767. Windows color (decimal): -3592059 or 8728777. OLE color: 8728777.
HSL color Cylindrical-coordinate representation of color #C93085: hue angle of 326.67º 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 #C93085 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 133 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.21 |
| HSL | 326.67º | 0.61% | 0.49% | - |
| HSV(B) | 326.67º | 0.76% | 0.79% | - |
| XYZ | 29.38 | 16.22 | 23.77 | - |
| YUV | 103.44 | 144.69 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 133 | 0 | 0.76 | 0.34 | 0.21 | 326.67 | 0.61 | 0.49 |
| Hex | C9 | 30 | 85 | 0 | 4C | 22 | 15 | 147 | 3D | 31 |
| Octal | 311 | 60 | 205 | 0 | 114 | 42 | 25 | 507 | 75 | 61 |
| Binary | 11001001 | 110000 | 10000101 | 0 | 1001100 | 100010 | 10101 | 101000111 | 111101 | 110001 |
Color Harmonies of #C93085
Complementary color
Monochromatic Colors of #C93085
Black with #C93085
Text Example
Text Example
White with #C93085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93085; }
p { color: rgb(201,48,133); }
H1.HeaderClassName
{
color: #C93085;
}
.AnyTagClassName
{
color: #C93085;
}
</style>
background-color css
<style>
a { background-color: #C93085; }
a { background-color: rgb(201,48,133); }
div.DivClassName
{
background-color: #C93085;
}
.BgClassName
{
background-color: #C93085;
}
</style>
border-color css
<style>
span { border-color: #C93085; }
span { border-color: rgb(201,48,133); }
td.TdClassName
{
border-color: #C93085;
}
.TagClassName
{
border-color: #C93085;
}
</style>