Shades of Medium Red Violet #C93781
Tints of Medium Red Violet #C93781
RGB
CMYK
RGB Variations
Color information
#C93781 (or 0xC93781) is known color: Medium Red Violet. HEX triplet: C9, 37 and 81. RGB value is (201,55,129). Sum of RGB (Red+Green+Blue) = 201+55+129=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C93781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93781 is #36C87E. Grayscale: #6A6A6A. Windows color (decimal): -3590271 or 8468425. OLE color: 8468425.
HSL color Cylindrical-coordinate representation of color #C93781: hue angle of 329.59º 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 #C93781 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 129 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.21 |
| HSL | 329.59º | 0.57% | 0.5% | - |
| HSV(B) | 329.59º | 0.73% | 0.79% | - |
| XYZ | 29.42 | 16.73 | 22.45 | - |
| YUV | 107.09 | 140.37 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 129 | 0 | 0.73 | 0.36 | 0.21 | 329.59 | 0.57 | 0.5 |
| Hex | C9 | 37 | 81 | 0 | 49 | 24 | 15 | 14A | 39 | 32 |
| Octal | 311 | 67 | 201 | 0 | 111 | 44 | 25 | 512 | 71 | 62 |
| Binary | 11001001 | 110111 | 10000001 | 0 | 1001001 | 100100 | 10101 | 101001010 | 111001 | 110010 |
Color Harmonies of #C93781
Complementary color
Monochromatic Colors of #C93781
Black with #C93781
Text Example
Text Example
White with #C93781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93781; }
p { color: rgb(201,55,129); }
H1.HeaderClassName
{
color: #C93781;
}
.AnyTagClassName
{
color: #C93781;
}
</style>
background-color css
<style>
a { background-color: #C93781; }
a { background-color: rgb(201,55,129); }
div.DivClassName
{
background-color: #C93781;
}
.BgClassName
{
background-color: #C93781;
}
</style>
border-color css
<style>
span { border-color: #C93781; }
span { border-color: rgb(201,55,129); }
td.TdClassName
{
border-color: #C93781;
}
.TagClassName
{
border-color: #C93781;
}
</style>