Shades of Medium Violet Red #C50184
Tints of Medium Violet Red #C50184
RGB
CMYK
RGB Variations
Color information
#C50184 (or 0xC50184) is known color: Medium Violet Red. HEX triplet: C5, 01 and 84. RGB value is (197,1,132). Sum of RGB (Red+Green+Blue) = 197+1+132=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C50184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50184 is #3AFE7B. Grayscale: #4A4A4A. Windows color (decimal): -3866236 or 8651205. OLE color: 8651205.
HSL color Cylindrical-coordinate representation of color #C50184: hue angle of 319.9º 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 #C50184 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 132 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.23 |
| HSL | 319.9º | 0.99% | 0.39% | - |
| HSV(B) | 319.9º | 0.99% | 0.77% | - |
| XYZ | 27.2 | 13.56 | 23.01 | - |
| YUV | 74.54 | 160.43 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 132 | 0 | 0.99 | 0.33 | 0.23 | 319.9 | 0.99 | 0.39 |
| Hex | C5 | 1 | 84 | 0 | 63 | 21 | 17 | 140 | 63 | 27 |
| Octal | 305 | 1 | 204 | 0 | 143 | 41 | 27 | 500 | 143 | 47 |
| Binary | 11000101 | 1 | 10000100 | 0 | 1100011 | 100001 | 10111 | 101000000 | 1100011 | 100111 |
Color Harmonies of #C50184
Complementary color
Monochromatic Colors of #C50184
Black with #C50184
Text Example
Text Example
White with #C50184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50184; }
p { color: rgb(197,1,132); }
H1.HeaderClassName
{
color: #C50184;
}
.AnyTagClassName
{
color: #C50184;
}
</style>
background-color css
<style>
a { background-color: #C50184; }
a { background-color: rgb(197,1,132); }
div.DivClassName
{
background-color: #C50184;
}
.BgClassName
{
background-color: #C50184;
}
</style>
border-color css
<style>
span { border-color: #C50184; }
span { border-color: rgb(197,1,132); }
td.TdClassName
{
border-color: #C50184;
}
.TagClassName
{
border-color: #C50184;
}
</style>