Shades of Medium Violet Red #C52382
Tints of Medium Violet Red #C52382
RGB
CMYK
RGB Variations
Color information
#C52382 (or 0xC52382) is known color: Medium Violet Red. HEX triplet: C5, 23 and 82. RGB value is (197,35,130). Sum of RGB (Red+Green+Blue) = 197+35+130=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C52382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52382 is #3ADC7D. Grayscale: #5E5E5E. Windows color (decimal): -3857534 or 8528837. OLE color: 8528837.
HSL color Cylindrical-coordinate representation of color #C52382: hue angle of 324.81º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52382 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 130 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.23 |
| HSL | 324.81º | 0.7% | 0.45% | - |
| HSV(B) | 324.81º | 0.82% | 0.77% | - |
| XYZ | 27.66 | 14.68 | 22.5 | - |
| YUV | 94.27 | 148.17 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 130 | 0 | 0.82 | 0.34 | 0.23 | 324.81 | 0.7 | 0.45 |
| Hex | C5 | 23 | 82 | 0 | 52 | 22 | 17 | 145 | 46 | 2D |
| Octal | 305 | 43 | 202 | 0 | 122 | 42 | 27 | 505 | 106 | 55 |
| Binary | 11000101 | 100011 | 10000010 | 0 | 1010010 | 100010 | 10111 | 101000101 | 1000110 | 101101 |
Color Harmonies of #C52382
Complementary color
Monochromatic Colors of #C52382
Black with #C52382
Text Example
Text Example
White with #C52382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52382; }
p { color: rgb(197,35,130); }
H1.HeaderClassName
{
color: #C52382;
}
.AnyTagClassName
{
color: #C52382;
}
</style>
background-color css
<style>
a { background-color: #C52382; }
a { background-color: rgb(197,35,130); }
div.DivClassName
{
background-color: #C52382;
}
.BgClassName
{
background-color: #C52382;
}
</style>
border-color css
<style>
span { border-color: #C52382; }
span { border-color: rgb(197,35,130); }
td.TdClassName
{
border-color: #C52382;
}
.TagClassName
{
border-color: #C52382;
}
</style>