Html Css Color HEX #C5377B Medium Red Violet

📋 copy color: '#C5377B'

red 197 ◦ green 55 ◦ blue 123

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

Shades of Medium Red Violet #C5377B

Tints of Medium Red Violet #C5377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 52.53%
G = 14.67%
B = 32.8%

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

#C5377B (or 0xC5377B) is known color: Medium Red Violet. HEX triplet: C5, 37 and 7B. RGB value is (197,55,123). Sum of RGB (Red+Green+Blue) = 197+55+123=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5377B is #3AC884. Grayscale: #696969. Windows color (decimal): -3852421 or 8075205. OLE color: 8075205.

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

Color convert

RGB 197 55 123 -
CMYK 0 0.72 0.38 0.23
HSL 331.27º 0.56% 0.49% -
HSV(B) 331.27º 0.72% 0.77% -
XYZ 27.97 16.03 20.36 -
YUV 105.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 197 55 123 0 0.72 0.38 0.23 331.27 0.56 0.49
Hex C5 37 7B 0 48 26 17 14B 38 31
Octal 305 67 173 0 110 46 27 513 70 61
Binary 11000101 110111 1111011 0 1001000 100110 10111 101001011 111000 110001

Color Harmonies of #C5377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5377B

Black with #C5377B

Text Example


Text Example

White with #C5377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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