Shades of Medium Violet Red #C50182
Tints of Medium Violet Red #C50182
RGB
CMYK
RGB Variations
Color information
#C50182 (or 0xC50182) is known color: Medium Violet Red. HEX triplet: C5, 01 and 82. RGB value is (197,1,130). Sum of RGB (Red+Green+Blue) = 197+1+130=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C50182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50182 is #3AFE7D. Grayscale: #494949. Windows color (decimal): -3866238 or 8520133. OLE color: 8520133.
HSL color Cylindrical-coordinate representation of color #C50182: hue angle of 320.51º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50182 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.23 |
| HSL | 320.51º | 0.99% | 0.39% | - |
| HSV(B) | 320.51º | 0.99% | 0.77% | - |
| XYZ | 27.07 | 13.5 | 22.3 | - |
| YUV | 74.31 | 159.43 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 130 | 0 | 0.99 | 0.34 | 0.23 | 320.51 | 0.99 | 0.39 |
| Hex | C5 | 1 | 82 | 0 | 63 | 22 | 17 | 141 | 63 | 27 |
| Octal | 305 | 1 | 202 | 0 | 143 | 42 | 27 | 501 | 143 | 47 |
| Binary | 11000101 | 1 | 10000010 | 0 | 1100011 | 100010 | 10111 | 101000001 | 1100011 | 100111 |
Color Harmonies of #C50182
Complementary color
Monochromatic Colors of #C50182
Black with #C50182
Text Example
Text Example
White with #C50182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50182; }
p { color: rgb(197,1,130); }
H1.HeaderClassName
{
color: #C50182;
}
.AnyTagClassName
{
color: #C50182;
}
</style>
background-color css
<style>
a { background-color: #C50182; }
a { background-color: rgb(197,1,130); }
div.DivClassName
{
background-color: #C50182;
}
.BgClassName
{
background-color: #C50182;
}
</style>
border-color css
<style>
span { border-color: #C50182; }
span { border-color: rgb(197,1,130); }
td.TdClassName
{
border-color: #C50182;
}
.TagClassName
{
border-color: #C50182;
}
</style>