Html Css Color HEX #C5397A Medium Red Violet

📋 copy color: '#C5397A'

red 197 ◦ green 57 ◦ blue 122

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

Shades of Medium Red Violet #C5397A

Tints of Medium Red Violet #C5397A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.16%

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 52.39%
G = 15.16%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5397A (or 0xC5397A) is known color: Medium Red Violet. HEX triplet: C5, 39 and 7A. RGB value is (197,57,122). Sum of RGB (Red+Green+Blue) = 197+57+122=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5397A is #3AC685. Grayscale: #6A6A6A. Windows color (decimal): -3851910 or 8010181. OLE color: 8010181.

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

Color convert

RGB 197 57 122 -
CMYK 0 0.71 0.38 0.23
HSL 332.14º 0.55% 0.5% -
HSV(B) 332.14º 0.71% 0.77% -
XYZ 28 16.2 20.06 -
YUV 106.27 136.88 192.71 -
System Red Green Blue C M Y K H S L
Decimal 197 57 122 0 0.71 0.38 0.23 332.14 0.55 0.5
Hex C5 39 7A 0 47 26 17 14C 37 32
Octal 305 71 172 0 107 46 27 514 67 62
Binary 11000101 111001 1111010 0 1000111 100110 10111 101001100 110111 110010

Color Harmonies of #C5397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5397A

Black with #C5397A

Text Example


Text Example

White with #C5397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5397A; }

 p { color: rgb(197,57,122); }

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

background-color css

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

 a { background-color: rgb(197,57,122); }

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

border-color css

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

 span { border-color: rgb(197,57,122); }

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