#C516A3

Color #C516A3 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C516A3

Tints of Medium Violet Red #C516A3

Color information

#C516A3 (or 0xC516A3) is unknown color: approx Medium Violet Red. HEX triplet: C5, 16 and A3. RGB value is (197,22,163). Sum of RGB (Red+Green+Blue) = 197+22+163=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C516A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C516A3 is #3AE95C. Grayscale: #5A5A5A. Windows color (decimal): -3860829 or 10688197. OLE color: 10688197.

HSL color Cylindrical-coordinate representation of color #C516A3: hue angle of 311.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C516A3 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB19722163-
CMYK00.890.170.23
HSL311.66º79.91%42.94%-
HSV(B)311.66º88.83%77.25%-
XYZ29.9215.0935.99-
YUV90.4168.98204.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 51.57%
GREEN value IS 22 (8.98% from 255) = 5.76%
BLUE value IS 163 (64.06% from 255) = 42.67%
R=51.57%
G=5.76%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972216300.890.170.23311.6679.9142.94
HexC516A30591117138502b
Octal305262430131212747012053
Binary1100010110110101000110101100110001101111001110001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C516A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C516A3; }

 p { color: rgb(197,22,163); }

 H1.HeaderClassName
 {
   color: #C516A3;
 }
 .AnyTagClassName
 {
   color: #C516A3;
 }
</style>
background-color css

<style>
 a { background-color: #C516A3; }

 a { background-color: rgb(197,22,163); }

 div.DivClassName
 {
   background-color: #C516A3;
 }
 .BgClassName
 {
   background-color: #C516A3;
 }
</style>
border-color css

<style>
 span { border-color: #C516A3; }

 span { border-color: rgb(197,22,163); }

 td.TdClassName
 {
   border-color: #C516A3;
 }
 .TagClassName
 {
   border-color: #C516A3;
 }
</style>