Shades of Medium Violet Red #C50DA3
Tints of Medium Violet Red #C50DA3
RGB
CMYK
RGB Variations
Color information
#C50DA3 (or 0xC50DA3) is known color: Medium Violet Red. HEX triplet: C5, 0D and A3. RGB value is (197,13,163). Sum of RGB (Red+Green+Blue) = 197+13+163=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C50DA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50DA3 is #3AF25C. Grayscale: #545454. Windows color (decimal): -3863133 or 10685893. OLE color: 10685893.
HSL color Cylindrical-coordinate representation of color #C50DA3: hue angle of 311.09º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50DA3 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 163 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.23 |
| HSL | 311.09º | 0.88% | 0.41% | - |
| HSV(B) | 311.09º | 0.93% | 0.77% | - |
| XYZ | 29.78 | 14.8 | 35.94 | - |
| YUV | 85.12 | 171.96 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 163 | 0 | 0.93 | 0.17 | 0.23 | 311.09 | 0.88 | 0.41 |
| Hex | C5 | D | A3 | 0 | 5D | 11 | 17 | 137 | 58 | 29 |
| Octal | 305 | 15 | 243 | 0 | 135 | 21 | 27 | 467 | 130 | 51 |
| Binary | 11000101 | 1101 | 10100011 | 0 | 1011101 | 10001 | 10111 | 100110111 | 1011000 | 101001 |
Color Harmonies of #C50DA3
Complementary color
Monochromatic Colors of #C50DA3
Black with #C50DA3
Text Example
Text Example
White with #C50DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50DA3; }
p { color: rgb(197,13,163); }
H1.HeaderClassName
{
color: #C50DA3;
}
.AnyTagClassName
{
color: #C50DA3;
}
</style>
background-color css
<style>
a { background-color: #C50DA3; }
a { background-color: rgb(197,13,163); }
div.DivClassName
{
background-color: #C50DA3;
}
.BgClassName
{
background-color: #C50DA3;
}
</style>
border-color css
<style>
span { border-color: #C50DA3; }
span { border-color: rgb(197,13,163); }
td.TdClassName
{
border-color: #C50DA3;
}
.TagClassName
{
border-color: #C50DA3;
}
</style>