#C522AA

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

Shades of Medium Violet Red #C522AA

Tints of Medium Violet Red #C522AA

Color information

#C522AA (or 0xC522AA) is unknown color: approx Medium Violet Red. HEX triplet: C5, 22 and AA. RGB value is (197,34,170). Sum of RGB (Red+Green+Blue) = 197+34+170=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C522AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C522AA is #3ADD55. Grayscale: #616161. Windows color (decimal): -3857750 or 11150021. OLE color: 11150021.

HSL color Cylindrical-coordinate representation of color #C522AA: hue angle of 309.94º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C522AA is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB19734170-
CMYK00.830.140.23
HSL309.94º70.56%45.29%-
HSV(B)309.94º82.74%77.25%-
XYZ30.8515.9239.48-
YUV98.24168.5198.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.13%
GREEN value IS 34 (13.67% from 255) = 8.48%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=49.13%
G=8.48%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973417000.830.140.23309.9470.5645.29
HexC522AA053E17136472d
Octal305422520123162746610755
Binary1100010110001010101010010100111110101111001101101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C522AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C522AA; }

 p { color: rgb(197,34,170); }

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

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

 a { background-color: rgb(197,34,170); }

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

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

 span { border-color: rgb(197,34,170); }

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