Shades of Medium Violet Red #C506A1
Tints of Medium Violet Red #C506A1
RGB
CMYK
RGB Variations
Color information
#C506A1 (or 0xC506A1) is known color: Medium Violet Red. HEX triplet: C5, 06 and A1. RGB value is (197,6,161). Sum of RGB (Red+Green+Blue) = 197+6+161=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C506A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C506A1 is #3AF95E. Grayscale: #505050. Windows color (decimal): -3864927 or 10553029. OLE color: 10553029.
HSL color Cylindrical-coordinate representation of color #C506A1: hue angle of 311.31º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C506A1 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 161 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.23 |
| HSL | 311.31º | 0.94% | 0.4% | - |
| HSV(B) | 311.31º | 0.97% | 0.77% | - |
| XYZ | 29.52 | 14.57 | 34.98 | - |
| YUV | 80.78 | 173.28 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 161 | 0 | 0.97 | 0.18 | 0.23 | 311.31 | 0.94 | 0.4 |
| Hex | C5 | 6 | A1 | 0 | 61 | 12 | 17 | 137 | 5E | 28 |
| Octal | 305 | 6 | 241 | 0 | 141 | 22 | 27 | 467 | 136 | 50 |
| Binary | 11000101 | 110 | 10100001 | 0 | 1100001 | 10010 | 10111 | 100110111 | 1011110 | 101000 |
Color Harmonies of #C506A1
Complementary color
Monochromatic Colors of #C506A1
Black with #C506A1
Text Example
Text Example
White with #C506A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506A1; }
p { color: rgb(197,6,161); }
H1.HeaderClassName
{
color: #C506A1;
}
.AnyTagClassName
{
color: #C506A1;
}
</style>
background-color css
<style>
a { background-color: #C506A1; }
a { background-color: rgb(197,6,161); }
div.DivClassName
{
background-color: #C506A1;
}
.BgClassName
{
background-color: #C506A1;
}
</style>
border-color css
<style>
span { border-color: #C506A1; }
span { border-color: rgb(197,6,161); }
td.TdClassName
{
border-color: #C506A1;
}
.TagClassName
{
border-color: #C506A1;
}
</style>