Shades of Medium Violet Red #C52083
Tints of Medium Violet Red #C52083
RGB
CMYK
RGB Variations
Color information
#C52083 (or 0xC52083) is known color: Medium Violet Red. HEX triplet: C5, 20 and 83. RGB value is (197,32,131). Sum of RGB (Red+Green+Blue) = 197+32+131=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C52083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52083 is #3ADF7C. Grayscale: #5C5C5C. Windows color (decimal): -3858301 or 8593605. OLE color: 8593605.
HSL color Cylindrical-coordinate representation of color #C52083: hue angle of 324º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C52083 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 131 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.23 |
| HSL | 324º | 0.72% | 0.45% | - |
| HSV(B) | 324º | 0.84% | 0.77% | - |
| XYZ | 27.64 | 14.54 | 22.82 | - |
| YUV | 92.62 | 149.66 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 131 | 0 | 0.84 | 0.34 | 0.23 | 324 | 0.72 | 0.45 |
| Hex | C5 | 20 | 83 | 0 | 54 | 22 | 17 | 144 | 48 | 2D |
| Octal | 305 | 40 | 203 | 0 | 124 | 42 | 27 | 504 | 110 | 55 |
| Binary | 11000101 | 100000 | 10000011 | 0 | 1010100 | 100010 | 10111 | 101000100 | 1001000 | 101101 |
Color Harmonies of #C52083
Complementary color
Monochromatic Colors of #C52083
Black with #C52083
Text Example
Text Example
White with #C52083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52083; }
p { color: rgb(197,32,131); }
H1.HeaderClassName
{
color: #C52083;
}
.AnyTagClassName
{
color: #C52083;
}
</style>
background-color css
<style>
a { background-color: #C52083; }
a { background-color: rgb(197,32,131); }
div.DivClassName
{
background-color: #C52083;
}
.BgClassName
{
background-color: #C52083;
}
</style>
border-color css
<style>
span { border-color: #C52083; }
span { border-color: rgb(197,32,131); }
td.TdClassName
{
border-color: #C52083;
}
.TagClassName
{
border-color: #C52083;
}
</style>