Html Css Color HEX #C522A5 Medium Violet Red

📋 copy color: '#C522A5'

red 197 ◦ green 34 ◦ blue 165

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

Shades of Medium Violet Red #C522A5

Tints of Medium Violet Red #C522A5

RGB

 RED value IS 197 (77.34% from 255) = 49.75%

 GREEN value IS 34 (13.67% from 255) = 8.59%

 BLUE value IS 165 (64.84% from 255) = 41.67%

R = 49.75%
G = 8.59%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C522A5 (or 0xC522A5) is known color: Medium Violet Red. HEX triplet: C5, 22 and A5. RGB value is (197,34,165). Sum of RGB (Red+Green+Blue) = 197+34+165=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C522A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C522A5 is #3ADD5A. Grayscale: #616161. Windows color (decimal): -3857755 or 10822341. OLE color: 10822341.

HSL color Cylindrical-coordinate representation of color #C522A5: hue angle of 311.78º 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 #C522A5 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 34 165 -
CMYK 0 0.83 0.16 0.23
HSL 311.78º 0.71% 0.45% -
HSV(B) 311.78º 0.83% 0.77% -
XYZ 30.39 15.73 37.03 -
YUV 97.67 166 198.85 -
System Red Green Blue C M Y K H S L
Decimal 197 34 165 0 0.83 0.16 0.23 311.78 0.71 0.45
Hex C5 22 A5 0 53 10 17 138 47 2D
Octal 305 42 245 0 123 20 27 470 107 55
Binary 11000101 100010 10100101 0 1010011 10000 10111 100111000 1000111 101101

Color Harmonies of #C522A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C522A5

Black with #C522A5

Text Example


Text Example

White with #C522A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C522A5; }

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

 H1.HeaderClassName
 {
   color: #C522A5;
 }
 .AnyTagClassName
 {
   color: #C522A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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