Html Css Color HEX #C5379E Medium Red Violet

📋 copy color: '#C5379E'

red 197 ◦ green 55 ◦ blue 158

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

Shades of Medium Red Violet #C5379E

Tints of Medium Red Violet #C5379E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.54%

R = 48.05%
G = 13.41%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5379E (or 0xC5379E) is known color: Medium Red Violet. HEX triplet: C5, 37 and 9E. RGB value is (197,55,158). Sum of RGB (Red+Green+Blue) = 197+55+158=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5379E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5379E is #3AC861. Grayscale: #6C6C6C. Windows color (decimal): -3852386 or 10368965. OLE color: 10368965.

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

Color convert

RGB 197 55 158 -
CMYK 0 0.72 0.20 0.23
HSL 316.48º 0.56% 0.49% -
HSV(B) 316.48º 0.72% 0.77% -
XYZ 30.56 17.07 34.03 -
YUV 109.2 155.54 190.62 -
System Red Green Blue C M Y K H S L
Decimal 197 55 158 0 0.72 0.20 0.23 316.48 0.56 0.49
Hex C5 37 9E 0 48 14 17 13C 38 31
Octal 305 67 236 0 110 24 27 474 70 61
Binary 11000101 110111 10011110 0 1001000 10100 10111 100111100 111000 110001

Color Harmonies of #C5379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5379E

Black with #C5379E

Text Example


Text Example

White with #C5379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5379E; }

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

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

background-color css

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

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

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

border-color css

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

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

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