Shades of Medium Red Violet #C93386
Tints of Medium Red Violet #C93386
RGB
CMYK
RGB Variations
Color information
#C93386 (or 0xC93386) is known color: Medium Red Violet. HEX triplet: C9, 33 and 86. RGB value is (201,51,134). Sum of RGB (Red+Green+Blue) = 201+51+134=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C93386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93386 is #36CC79. Grayscale: #696969. Windows color (decimal): -3591290 or 8795081. OLE color: 8795081.
HSL color Cylindrical-coordinate representation of color #C93386: hue angle of 326.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93386 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 134 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.21 |
| HSL | 326.8º | 0.6% | 0.49% | - |
| HSV(B) | 326.8º | 0.75% | 0.79% | - |
| XYZ | 29.57 | 16.51 | 24.18 | - |
| YUV | 105.31 | 144.2 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 134 | 0 | 0.75 | 0.33 | 0.21 | 326.8 | 0.6 | 0.49 |
| Hex | C9 | 33 | 86 | 0 | 4B | 21 | 15 | 147 | 3C | 31 |
| Octal | 311 | 63 | 206 | 0 | 113 | 41 | 25 | 507 | 74 | 61 |
| Binary | 11001001 | 110011 | 10000110 | 0 | 1001011 | 100001 | 10101 | 101000111 | 111100 | 110001 |
Color Harmonies of #C93386
Complementary color
Monochromatic Colors of #C93386
Black with #C93386
Text Example
Text Example
White with #C93386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93386; }
p { color: rgb(201,51,134); }
H1.HeaderClassName
{
color: #C93386;
}
.AnyTagClassName
{
color: #C93386;
}
</style>
background-color css
<style>
a { background-color: #C93386; }
a { background-color: rgb(201,51,134); }
div.DivClassName
{
background-color: #C93386;
}
.BgClassName
{
background-color: #C93386;
}
</style>
border-color css
<style>
span { border-color: #C93386; }
span { border-color: rgb(201,51,134); }
td.TdClassName
{
border-color: #C93386;
}
.TagClassName
{
border-color: #C93386;
}
</style>