Shades of Medium Red Violet #C93884
Tints of Medium Red Violet #C93884
RGB
CMYK
RGB Variations
Color information
#C93884 (or 0xC93884) is known color: Medium Red Violet. HEX triplet: C9, 38 and 84. RGB value is (201,56,132). Sum of RGB (Red+Green+Blue) = 201+56+132=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C93884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93884 is #36C77B. Grayscale: #6B6B6B. Windows color (decimal): -3590012 or 8665289. OLE color: 8665289.
HSL color Cylindrical-coordinate representation of color #C93884: hue angle of 328.55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93884 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 132 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.21 |
| HSL | 328.55º | 0.57% | 0.5% | - |
| HSV(B) | 328.55º | 0.72% | 0.79% | - |
| XYZ | 29.67 | 16.91 | 23.53 | - |
| YUV | 108.02 | 141.54 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 132 | 0 | 0.72 | 0.34 | 0.21 | 328.55 | 0.57 | 0.5 |
| Hex | C9 | 38 | 84 | 0 | 48 | 22 | 15 | 149 | 39 | 32 |
| Octal | 311 | 70 | 204 | 0 | 110 | 42 | 25 | 511 | 71 | 62 |
| Binary | 11001001 | 111000 | 10000100 | 0 | 1001000 | 100010 | 10101 | 101001001 | 111001 | 110010 |
Color Harmonies of #C93884
Complementary color
Monochromatic Colors of #C93884
Black with #C93884
Text Example
Text Example
White with #C93884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93884; }
p { color: rgb(201,56,132); }
H1.HeaderClassName
{
color: #C93884;
}
.AnyTagClassName
{
color: #C93884;
}
</style>
background-color css
<style>
a { background-color: #C93884; }
a { background-color: rgb(201,56,132); }
div.DivClassName
{
background-color: #C93884;
}
.BgClassName
{
background-color: #C93884;
}
</style>
border-color css
<style>
span { border-color: #C93884; }
span { border-color: rgb(201,56,132); }
td.TdClassName
{
border-color: #C93884;
}
.TagClassName
{
border-color: #C93884;
}
</style>