Shades of Medium Violet Red #C505A6
Tints of Medium Violet Red #C505A6
RGB
CMYK
RGB Variations
Color information
#C505A6 (or 0xC505A6) is known color: Medium Violet Red. HEX triplet: C5, 05 and A6. RGB value is (197,5,166). Sum of RGB (Red+Green+Blue) = 197+5+166=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C505A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C505A6 is #3AFA59. Grayscale: #505050. Windows color (decimal): -3865178 or 10880453. OLE color: 10880453.
HSL color Cylindrical-coordinate representation of color #C505A6: hue angle of 309.69º degrees, saturation: 0.95, 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 #C505A6 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 166 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.23 |
| HSL | 309.69º | 0.95% | 0.4% | - |
| HSV(B) | 309.69º | 0.97% | 0.77% | - |
| XYZ | 29.96 | 14.73 | 37.34 | - |
| YUV | 80.76 | 176.11 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 166 | 0 | 0.97 | 0.16 | 0.23 | 309.69 | 0.95 | 0.4 |
| Hex | C5 | 5 | A6 | 0 | 61 | 10 | 17 | 136 | 5F | 28 |
| Octal | 305 | 5 | 246 | 0 | 141 | 20 | 27 | 466 | 137 | 50 |
| Binary | 11000101 | 101 | 10100110 | 0 | 1100001 | 10000 | 10111 | 100110110 | 1011111 | 101000 |
Color Harmonies of #C505A6
Complementary color
Monochromatic Colors of #C505A6
Black with #C505A6
Text Example
Text Example
White with #C505A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505A6; }
p { color: rgb(197,5,166); }
H1.HeaderClassName
{
color: #C505A6;
}
.AnyTagClassName
{
color: #C505A6;
}
</style>
background-color css
<style>
a { background-color: #C505A6; }
a { background-color: rgb(197,5,166); }
div.DivClassName
{
background-color: #C505A6;
}
.BgClassName
{
background-color: #C505A6;
}
</style>
border-color css
<style>
span { border-color: #C505A6; }
span { border-color: rgb(197,5,166); }
td.TdClassName
{
border-color: #C505A6;
}
.TagClassName
{
border-color: #C505A6;
}
</style>