Html Css Color HEX #C5377A Medium Red Violet

📋 copy color: '#C5377A'

red 197 ◦ green 55 ◦ blue 122

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

Shades of Medium Red Violet #C5377A

Tints of Medium Red Violet #C5377A

RGB

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

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

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

R = 52.67%
G = 14.71%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5377A (or 0xC5377A) is known color: Medium Red Violet. HEX triplet: C5, 37 and 7A. RGB value is (197,55,122). Sum of RGB (Red+Green+Blue) = 197+55+122=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5377A is #3AC885. Grayscale: #686868. Windows color (decimal): -3852422 or 8009669. OLE color: 8009669.

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

Color convert

RGB 197 55 122 -
CMYK 0 0.72 0.38 0.23
HSL 331.69º 0.56% 0.49% -
HSV(B) 331.69º 0.72% 0.77% -
XYZ 27.91 16.01 20.03 -
YUV 105.1 137.54 193.55 -
System Red Green Blue C M Y K H S L
Decimal 197 55 122 0 0.72 0.38 0.23 331.69 0.56 0.49
Hex C5 37 7A 0 48 26 17 14C 38 31
Octal 305 67 172 0 110 46 27 514 70 61
Binary 11000101 110111 1111010 0 1001000 100110 10111 101001100 111000 110001

Color Harmonies of #C5377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5377A

Black with #C5377A

Text Example


Text Example

White with #C5377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5377A; }

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

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

background-color css

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

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

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

border-color css

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

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

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