Html Css Color HEX #C5379B Medium Red Violet

📋 copy color: '#C5379B'

red 197 ◦ green 55 ◦ blue 155

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

Shades of Medium Red Violet #C5379B

Tints of Medium Red Violet #C5379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 48.4%
G = 13.51%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5379B (or 0xC5379B) is known color: Medium Red Violet. HEX triplet: C5, 37 and 9B. RGB value is (197,55,155). Sum of RGB (Red+Green+Blue) = 197+55+155=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5379B is #3AC864. Grayscale: #6C6C6C. Windows color (decimal): -3852389 or 10172357. OLE color: 10172357.

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

Color convert

RGB 197 55 155 -
CMYK 0 0.72 0.21 0.23
HSL 317.75º 0.56% 0.49% -
HSV(B) 317.75º 0.72% 0.77% -
XYZ 30.31 16.97 32.69 -
YUV 108.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 197 55 155 0 0.72 0.21 0.23 317.75 0.56 0.49
Hex C5 37 9B 0 48 15 17 13E 38 31
Octal 305 67 233 0 110 25 27 476 70 61
Binary 11000101 110111 10011011 0 1001000 10101 10111 100111110 111000 110001

Color Harmonies of #C5379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5379B

Black with #C5379B

Text Example


Text Example

White with #C5379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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