Html Css Color HEX #C537A4 Medium Red Violet

📋 copy color: '#C537A4'

red 197 ◦ green 55 ◦ blue 164

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

Shades of Medium Red Violet #C537A4

Tints of Medium Red Violet #C537A4

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.22%

 BLUE value IS 164 (64.45% from 255) = 39.42%

R = 47.36%
G = 13.22%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C537A4 (or 0xC537A4) is known color: Medium Red Violet. HEX triplet: C5, 37 and A4. RGB value is (197,55,164). Sum of RGB (Red+Green+Blue) = 197+55+164=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C537A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C537A4 is #3AC85B. Grayscale: #6D6D6D. Windows color (decimal): -3852380 or 10762181. OLE color: 10762181.

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

Color convert

RGB 197 55 164 -
CMYK 0 0.72 0.17 0.23
HSL 313.94º 0.56% 0.49% -
HSV(B) 313.94º 0.72% 0.77% -
XYZ 31.09 17.28 36.82 -
YUV 109.88 158.54 190.14 -
System Red Green Blue C M Y K H S L
Decimal 197 55 164 0 0.72 0.17 0.23 313.94 0.56 0.49
Hex C5 37 A4 0 48 11 17 13A 38 31
Octal 305 67 244 0 110 21 27 472 70 61
Binary 11000101 110111 10100100 0 1001000 10001 10111 100111010 111000 110001

Color Harmonies of #C537A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537A4

Black with #C537A4

Text Example


Text Example

White with #C537A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537A4; }

 p { color: rgb(197,55,164); }

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

background-color css

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

 a { background-color: rgb(197,55,164); }

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

border-color css

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

 span { border-color: rgb(197,55,164); }

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