Html Css Color HEX #C5377E Medium Red Violet

📋 copy color: '#C5377E'

red 197 ◦ green 55 ◦ blue 126

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

Shades of Medium Red Violet #C5377E

Tints of Medium Red Violet #C5377E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.33%

R = 52.12%
G = 14.55%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5377E (or 0xC5377E) is known color: Medium Red Violet. HEX triplet: C5, 37 and 7E. RGB value is (197,55,126). Sum of RGB (Red+Green+Blue) = 197+55+126=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5377E is #3AC881. Grayscale: #696969. Windows color (decimal): -3852418 or 8271813. OLE color: 8271813.

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

Color convert

RGB 197 55 126 -
CMYK 0 0.72 0.36 0.23
HSL 330º 0.56% 0.49% -
HSV(B) 330º 0.72% 0.77% -
XYZ 28.16 16.11 21.36 -
YUV 105.55 139.54 193.23 -
System Red Green Blue C M Y K H S L
Decimal 197 55 126 0 0.72 0.36 0.23 330 0.56 0.49
Hex C5 37 7E 0 48 24 17 14A 38 31
Octal 305 67 176 0 110 44 27 512 70 61
Binary 11000101 110111 1111110 0 1001000 100100 10111 101001010 111000 110001

Color Harmonies of #C5377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5377E

Black with #C5377E

Text Example


Text Example

White with #C5377E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5377E; }

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

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

background-color css

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

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

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

border-color css

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

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

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