Shades of Medium Red Violet #C93484
Tints of Medium Red Violet #C93484
RGB
CMYK
RGB Variations
Color information
#C93484 (or 0xC93484) is known color: Medium Red Violet. HEX triplet: C9, 34 and 84. RGB value is (201,52,132). Sum of RGB (Red+Green+Blue) = 201+52+132=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C93484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93484 is #36CB7B. Grayscale: #696969. Windows color (decimal): -3591036 or 8664265. OLE color: 8664265.
HSL color Cylindrical-coordinate representation of color #C93484: hue angle of 327.79º 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 #C93484 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 132 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.21 |
| HSL | 327.79º | 0.59% | 0.5% | - |
| HSV(B) | 327.79º | 0.74% | 0.79% | - |
| XYZ | 29.48 | 16.54 | 23.47 | - |
| YUV | 105.67 | 142.86 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 132 | 0 | 0.74 | 0.34 | 0.21 | 327.79 | 0.59 | 0.5 |
| Hex | C9 | 34 | 84 | 0 | 4A | 22 | 15 | 148 | 3B | 32 |
| Octal | 311 | 64 | 204 | 0 | 112 | 42 | 25 | 510 | 73 | 62 |
| Binary | 11001001 | 110100 | 10000100 | 0 | 1001010 | 100010 | 10101 | 101001000 | 111011 | 110010 |
Color Harmonies of #C93484
Complementary color
Monochromatic Colors of #C93484
Black with #C93484
Text Example
Text Example
White with #C93484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93484; }
p { color: rgb(201,52,132); }
H1.HeaderClassName
{
color: #C93484;
}
.AnyTagClassName
{
color: #C93484;
}
</style>
background-color css
<style>
a { background-color: #C93484; }
a { background-color: rgb(201,52,132); }
div.DivClassName
{
background-color: #C93484;
}
.BgClassName
{
background-color: #C93484;
}
</style>
border-color css
<style>
span { border-color: #C93484; }
span { border-color: rgb(201,52,132); }
td.TdClassName
{
border-color: #C93484;
}
.TagClassName
{
border-color: #C93484;
}
</style>