Shades of Medium Red Violet #C93181
Tints of Medium Red Violet #C93181
RGB
CMYK
RGB Variations
Color information
#C93181 (or 0xC93181) is known color: Medium Red Violet. HEX triplet: C9, 31 and 81. RGB value is (201,49,129). Sum of RGB (Red+Green+Blue) = 201+49+129=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C93181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93181 is #36CE7E. Grayscale: #676767. Windows color (decimal): -3591807 or 8466889. OLE color: 8466889.
HSL color Cylindrical-coordinate representation of color #C93181: hue angle of 328.42º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C93181 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 129 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.21 |
| HSL | 328.42º | 0.61% | 0.49% | - |
| HSV(B) | 328.42º | 0.76% | 0.79% | - |
| XYZ | 29.15 | 16.2 | 22.36 | - |
| YUV | 103.57 | 142.36 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 129 | 0 | 0.76 | 0.36 | 0.21 | 328.42 | 0.61 | 0.49 |
| Hex | C9 | 31 | 81 | 0 | 4C | 24 | 15 | 148 | 3D | 31 |
| Octal | 311 | 61 | 201 | 0 | 114 | 44 | 25 | 510 | 75 | 61 |
| Binary | 11001001 | 110001 | 10000001 | 0 | 1001100 | 100100 | 10101 | 101001000 | 111101 | 110001 |
Color Harmonies of #C93181
Complementary color
Monochromatic Colors of #C93181
Black with #C93181
Text Example
Text Example
White with #C93181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93181; }
p { color: rgb(201,49,129); }
H1.HeaderClassName
{
color: #C93181;
}
.AnyTagClassName
{
color: #C93181;
}
</style>
background-color css
<style>
a { background-color: #C93181; }
a { background-color: rgb(201,49,129); }
div.DivClassName
{
background-color: #C93181;
}
.BgClassName
{
background-color: #C93181;
}
</style>
border-color css
<style>
span { border-color: #C93181; }
span { border-color: rgb(201,49,129); }
td.TdClassName
{
border-color: #C93181;
}
.TagClassName
{
border-color: #C93181;
}
</style>