Shades of Medium Violet Red #C52183
Tints of Medium Violet Red #C52183
RGB
CMYK
RGB Variations
Color information
#C52183 (or 0xC52183) is known color: Medium Violet Red. HEX triplet: C5, 21 and 83. RGB value is (197,33,131). Sum of RGB (Red+Green+Blue) = 197+33+131=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C52183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52183 is #3ADE7C. Grayscale: #5C5C5C. Windows color (decimal): -3858045 or 8593861. OLE color: 8593861.
HSL color Cylindrical-coordinate representation of color #C52183: hue angle of 324.15º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C52183 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 131 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.23 |
| HSL | 324.15º | 0.71% | 0.45% | - |
| HSV(B) | 324.15º | 0.83% | 0.77% | - |
| XYZ | 27.67 | 14.6 | 22.83 | - |
| YUV | 93.21 | 149.33 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 131 | 0 | 0.83 | 0.34 | 0.23 | 324.15 | 0.71 | 0.45 |
| Hex | C5 | 21 | 83 | 0 | 53 | 22 | 17 | 144 | 47 | 2D |
| Octal | 305 | 41 | 203 | 0 | 123 | 42 | 27 | 504 | 107 | 55 |
| Binary | 11000101 | 100001 | 10000011 | 0 | 1010011 | 100010 | 10111 | 101000100 | 1000111 | 101101 |
Color Harmonies of #C52183
Complementary color
Monochromatic Colors of #C52183
Black with #C52183
Text Example
Text Example
White with #C52183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52183; }
p { color: rgb(197,33,131); }
H1.HeaderClassName
{
color: #C52183;
}
.AnyTagClassName
{
color: #C52183;
}
</style>
background-color css
<style>
a { background-color: #C52183; }
a { background-color: rgb(197,33,131); }
div.DivClassName
{
background-color: #C52183;
}
.BgClassName
{
background-color: #C52183;
}
</style>
border-color css
<style>
span { border-color: #C52183; }
span { border-color: rgb(197,33,131); }
td.TdClassName
{
border-color: #C52183;
}
.TagClassName
{
border-color: #C52183;
}
</style>