Shades of Medium Red Violet #C93A86
Tints of Medium Red Violet #C93A86
RGB
CMYK
RGB Variations
Color information
#C93A86 (or 0xC93A86) is known color: Medium Red Violet. HEX triplet: C9, 3A and 86. RGB value is (201,58,134). Sum of RGB (Red+Green+Blue) = 201+58+134=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93A86 is #36C579. Grayscale: #6D6D6D. Windows color (decimal): -3589498 or 8796873. OLE color: 8796873.
HSL color Cylindrical-coordinate representation of color #C93A86: hue angle of 328.11º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93A86 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 134 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.21 |
| HSL | 328.11º | 0.57% | 0.51% | - |
| HSV(B) | 328.11º | 0.71% | 0.79% | - |
| XYZ | 29.9 | 17.16 | 24.29 | - |
| YUV | 109.42 | 141.88 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 134 | 0 | 0.71 | 0.33 | 0.21 | 328.11 | 0.57 | 0.51 |
| Hex | C9 | 3A | 86 | 0 | 47 | 21 | 15 | 148 | 39 | 33 |
| Octal | 311 | 72 | 206 | 0 | 107 | 41 | 25 | 510 | 71 | 63 |
| Binary | 11001001 | 111010 | 10000110 | 0 | 1000111 | 100001 | 10101 | 101001000 | 111001 | 110011 |
Color Harmonies of #C93A86
Complementary color
Monochromatic Colors of #C93A86
Black with #C93A86
Text Example
Text Example
White with #C93A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A86; }
p { color: rgb(201,58,134); }
H1.HeaderClassName
{
color: #C93A86;
}
.AnyTagClassName
{
color: #C93A86;
}
</style>
background-color css
<style>
a { background-color: #C93A86; }
a { background-color: rgb(201,58,134); }
div.DivClassName
{
background-color: #C93A86;
}
.BgClassName
{
background-color: #C93A86;
}
</style>
border-color css
<style>
span { border-color: #C93A86; }
span { border-color: rgb(201,58,134); }
td.TdClassName
{
border-color: #C93A86;
}
.TagClassName
{
border-color: #C93A86;
}
</style>