Shades of Medium Violet Red #C500A2
Tints of Medium Violet Red #C500A2
RGB
CMYK
RGB Variations
Color information
#C500A2 (or 0xC500A2) is known color: Medium Violet Red. HEX triplet: C5, 00 and A2. RGB value is (197,0,162). Sum of RGB (Red+Green+Blue) = 197+0+162=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C500A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C500A2 is #3AFF5D. Grayscale: #4C4C4C. Windows color (decimal): -3866462 or 10617029. OLE color: 10617029.
HSL color Cylindrical-coordinate representation of color #C500A2: hue angle of 310.66º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500A2 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 0 | 162 | - |
CMYK | 0 | 1 | 0.18 | 0.23 |
HSL | 310.66º | 1% | 0.39% | - |
HSV(B) | 310.66º | 1% | 0.77% | - |
XYZ | 29.55 | 14.48 | 35.42 | - |
YUV | 77.37 | 175.77 | 213.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 0 | 162 | 0 | 1 | 0.18 | 0.23 | 310.66 | 1 | 0.39 |
Hex | C5 | 0 | A2 | 0 | 64 | 12 | 17 | 137 | 64 | 27 |
Octal | 305 | 0 | 242 | 0 | 144 | 22 | 27 | 467 | 144 | 47 |
Binary | 11000101 | 0 | 10100010 | 0 | 1100100 | 10010 | 10111 | 100110111 | 1100100 | 100111 |
Color Harmonies of #C500A2
Complementary color
Monochromatic Colors of #C500A2
Black with #C500A2
Text Example
Text Example
White with #C500A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C500A2; }
p { color: rgb(197,0,162); }
H1.HeaderClassName
{
color: #C500A2;
}
.AnyTagClassName
{
color: #C500A2;
}
</style>
background-color css
<style>
a { background-color: #C500A2; }
a { background-color: rgb(197,0,162); }
div.DivClassName
{
background-color: #C500A2;
}
.BgClassName
{
background-color: #C500A2;
}
</style>
border-color css
<style>
span { border-color: #C500A2; }
span { border-color: rgb(197,0,162); }
td.TdClassName
{
border-color: #C500A2;
}
.TagClassName
{
border-color: #C500A2;
}
</style>