Html Css Color HEX #C522AA Medium Violet Red

📋 copy color: '#C522AA'

red 197 ◦ green 34 ◦ blue 170

#C522AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C522AA

Tints of Medium Violet Red #C522AA

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.8% from 255) = 42.39%

R = 49.13%
G = 8.48%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C522AA (or 0xC522AA) is known color: 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

RGB 197 34 170 -
CMYK 0 0.83 0.14 0.23
HSL 309.94º 0.71% 0.45% -
HSV(B) 309.94º 0.83% 0.77% -
XYZ 30.85 15.92 39.48 -
YUV 98.24 168.5 198.44 -
System Red Green Blue C M Y K H S L
Decimal 197 34 170 0 0.83 0.14 0.23 309.94 0.71 0.45
Hex C5 22 AA 0 53 E 17 136 47 2D
Octal 305 42 252 0 123 16 27 466 107 55
Binary 11000101 100010 10101010 0 1010011 1110 10111 100110110 1000111 101101

Color Harmonies of #C522AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C522AA

Black with #C522AA

Text Example


Text Example

White with #C522AA

Text Example


Text Example

HTML Codes & Css Web 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>