Shades of Medium Red Violet #C93480
Tints of Medium Red Violet #C93480
RGB
CMYK
RGB Variations
Color information
#C93480 (or 0xC93480) is known color: Medium Red Violet. HEX triplet: C9, 34 and 80. RGB value is (201,52,128). Sum of RGB (Red+Green+Blue) = 201+52+128=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C93480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93480 is #36CB7F. Grayscale: #696969. Windows color (decimal): -3591040 or 8402121. OLE color: 8402121.
HSL color Cylindrical-coordinate representation of color #C93480: hue angle of 329.4º 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 #C93480 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 128 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.21 |
| HSL | 329.4º | 0.59% | 0.5% | - |
| HSV(B) | 329.4º | 0.74% | 0.79% | - |
| XYZ | 29.21 | 16.43 | 22.05 | - |
| YUV | 105.22 | 140.86 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 128 | 0 | 0.74 | 0.36 | 0.21 | 329.4 | 0.59 | 0.5 |
| Hex | C9 | 34 | 80 | 0 | 4A | 24 | 15 | 149 | 3B | 32 |
| Octal | 311 | 64 | 200 | 0 | 112 | 44 | 25 | 511 | 73 | 62 |
| Binary | 11001001 | 110100 | 10000000 | 0 | 1001010 | 100100 | 10101 | 101001001 | 111011 | 110010 |
Color Harmonies of #C93480
Complementary color
Monochromatic Colors of #C93480
Black with #C93480
Text Example
Text Example
White with #C93480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93480; }
p { color: rgb(201,52,128); }
H1.HeaderClassName
{
color: #C93480;
}
.AnyTagClassName
{
color: #C93480;
}
</style>
background-color css
<style>
a { background-color: #C93480; }
a { background-color: rgb(201,52,128); }
div.DivClassName
{
background-color: #C93480;
}
.BgClassName
{
background-color: #C93480;
}
</style>
border-color css
<style>
span { border-color: #C93480; }
span { border-color: rgb(201,52,128); }
td.TdClassName
{
border-color: #C93480;
}
.TagClassName
{
border-color: #C93480;
}
</style>