Shades of Medium Red Violet #C93486
Tints of Medium Red Violet #C93486
RGB
CMYK
RGB Variations
Color information
#C93486 (or 0xC93486) is known color: Medium Red Violet. HEX triplet: C9, 34 and 86. RGB value is (201,52,134). Sum of RGB (Red+Green+Blue) = 201+52+134=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C93486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93486 is #36CB79. Grayscale: #696969. Windows color (decimal): -3591034 or 8795337. OLE color: 8795337.
HSL color Cylindrical-coordinate representation of color #C93486: hue angle of 326.98º degrees, saturation: 0.59, 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 #C93486 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 134 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.21 |
| HSL | 326.98º | 0.59% | 0.5% | - |
| HSV(B) | 326.98º | 0.74% | 0.79% | - |
| XYZ | 29.62 | 16.59 | 24.2 | - |
| YUV | 105.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 134 | 0 | 0.74 | 0.33 | 0.21 | 326.98 | 0.59 | 0.5 |
| Hex | C9 | 34 | 86 | 0 | 4A | 21 | 15 | 147 | 3B | 32 |
| Octal | 311 | 64 | 206 | 0 | 112 | 41 | 25 | 507 | 73 | 62 |
| Binary | 11001001 | 110100 | 10000110 | 0 | 1001010 | 100001 | 10101 | 101000111 | 111011 | 110010 |
Color Harmonies of #C93486
Complementary color
Monochromatic Colors of #C93486
Black with #C93486
Text Example
Text Example
White with #C93486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93486; }
p { color: rgb(201,52,134); }
H1.HeaderClassName
{
color: #C93486;
}
.AnyTagClassName
{
color: #C93486;
}
</style>
background-color css
<style>
a { background-color: #C93486; }
a { background-color: rgb(201,52,134); }
div.DivClassName
{
background-color: #C93486;
}
.BgClassName
{
background-color: #C93486;
}
</style>
border-color css
<style>
span { border-color: #C93486; }
span { border-color: rgb(201,52,134); }
td.TdClassName
{
border-color: #C93486;
}
.TagClassName
{
border-color: #C93486;
}
</style>