Shades of Medium Violet Red #C506A2
Tints of Medium Violet Red #C506A2
RGB
CMYK
RGB Variations
Color information
#C506A2 (or 0xC506A2) is known color: Medium Violet Red. HEX triplet: C5, 06 and A2. RGB value is (197,6,162). Sum of RGB (Red+Green+Blue) = 197+6+162=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C506A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C506A2 is #3AF95D. Grayscale: #505050. Windows color (decimal): -3864926 or 10618565. OLE color: 10618565.
HSL color Cylindrical-coordinate representation of color #C506A2: hue angle of 310.99º 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 #C506A2 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 162 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.23 |
| HSL | 310.99º | 0.94% | 0.4% | - |
| HSV(B) | 310.99º | 0.97% | 0.77% | - |
| XYZ | 29.61 | 14.61 | 35.44 | - |
| YUV | 80.89 | 173.78 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 162 | 0 | 0.97 | 0.18 | 0.23 | 310.99 | 0.94 | 0.4 |
| Hex | C5 | 6 | A2 | 0 | 61 | 12 | 17 | 137 | 5E | 28 |
| Octal | 305 | 6 | 242 | 0 | 141 | 22 | 27 | 467 | 136 | 50 |
| Binary | 11000101 | 110 | 10100010 | 0 | 1100001 | 10010 | 10111 | 100110111 | 1011110 | 101000 |
Color Harmonies of #C506A2
Complementary color
Monochromatic Colors of #C506A2
Black with #C506A2
Text Example
Text Example
White with #C506A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506A2; }
p { color: rgb(197,6,162); }
H1.HeaderClassName
{
color: #C506A2;
}
.AnyTagClassName
{
color: #C506A2;
}
</style>
background-color css
<style>
a { background-color: #C506A2; }
a { background-color: rgb(197,6,162); }
div.DivClassName
{
background-color: #C506A2;
}
.BgClassName
{
background-color: #C506A2;
}
</style>
border-color css
<style>
span { border-color: #C506A2; }
span { border-color: rgb(197,6,162); }
td.TdClassName
{
border-color: #C506A2;
}
.TagClassName
{
border-color: #C506A2;
}
</style>