Shades of Medium Red Violet #C53380
Tints of Medium Red Violet #C53380
RGB
CMYK
RGB Variations
Color information
#C53380 (or 0xC53380) is known color: Medium Red Violet. HEX triplet: C5, 33 and 80. RGB value is (197,51,128). Sum of RGB (Red+Green+Blue) = 197+51+128=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C53380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53380 is #3ACC7F. Grayscale: #676767. Windows color (decimal): -3853440 or 8401861. OLE color: 8401861.
HSL color Cylindrical-coordinate representation of color #C53380: hue angle of 328.36º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53380 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 128 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.23 |
| HSL | 328.36º | 0.59% | 0.49% | - |
| HSV(B) | 328.36º | 0.74% | 0.77% | - |
| XYZ | 28.11 | 15.8 | 21.99 | - |
| YUV | 103.43 | 141.87 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 128 | 0 | 0.74 | 0.35 | 0.23 | 328.36 | 0.59 | 0.49 |
| Hex | C5 | 33 | 80 | 0 | 4A | 23 | 17 | 148 | 3B | 31 |
| Octal | 305 | 63 | 200 | 0 | 112 | 43 | 27 | 510 | 73 | 61 |
| Binary | 11000101 | 110011 | 10000000 | 0 | 1001010 | 100011 | 10111 | 101001000 | 111011 | 110001 |
Color Harmonies of #C53380
Complementary color
Monochromatic Colors of #C53380
Black with #C53380
Text Example
Text Example
White with #C53380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53380; }
p { color: rgb(197,51,128); }
H1.HeaderClassName
{
color: #C53380;
}
.AnyTagClassName
{
color: #C53380;
}
</style>
background-color css
<style>
a { background-color: #C53380; }
a { background-color: rgb(197,51,128); }
div.DivClassName
{
background-color: #C53380;
}
.BgClassName
{
background-color: #C53380;
}
</style>
border-color css
<style>
span { border-color: #C53380; }
span { border-color: rgb(197,51,128); }
td.TdClassName
{
border-color: #C53380;
}
.TagClassName
{
border-color: #C53380;
}
</style>