Shades of Medium Red Violet #C93783
Tints of Medium Red Violet #C93783
RGB
CMYK
RGB Variations
Color information
#C93783 (or 0xC93783) is known color: Medium Red Violet. HEX triplet: C9, 37 and 83. RGB value is (201,55,131). Sum of RGB (Red+Green+Blue) = 201+55+131=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C93783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93783 is #36C87C. Grayscale: #6B6B6B. Windows color (decimal): -3590269 or 8599497. OLE color: 8599497.
HSL color Cylindrical-coordinate representation of color #C93783: hue angle of 328.77º degrees, saturation: 0.57, 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 #C93783 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 131 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.21 |
| HSL | 328.77º | 0.57% | 0.5% | - |
| HSV(B) | 328.77º | 0.73% | 0.79% | - |
| XYZ | 29.55 | 16.79 | 23.16 | - |
| YUV | 107.32 | 141.37 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 131 | 0 | 0.73 | 0.35 | 0.21 | 328.77 | 0.57 | 0.5 |
| Hex | C9 | 37 | 83 | 0 | 49 | 23 | 15 | 149 | 39 | 32 |
| Octal | 311 | 67 | 203 | 0 | 111 | 43 | 25 | 511 | 71 | 62 |
| Binary | 11001001 | 110111 | 10000011 | 0 | 1001001 | 100011 | 10101 | 101001001 | 111001 | 110010 |
Color Harmonies of #C93783
Complementary color
Monochromatic Colors of #C93783
Black with #C93783
Text Example
Text Example
White with #C93783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93783; }
p { color: rgb(201,55,131); }
H1.HeaderClassName
{
color: #C93783;
}
.AnyTagClassName
{
color: #C93783;
}
</style>
background-color css
<style>
a { background-color: #C93783; }
a { background-color: rgb(201,55,131); }
div.DivClassName
{
background-color: #C93783;
}
.BgClassName
{
background-color: #C93783;
}
</style>
border-color css
<style>
span { border-color: #C93783; }
span { border-color: rgb(201,55,131); }
td.TdClassName
{
border-color: #C93783;
}
.TagClassName
{
border-color: #C93783;
}
</style>