Html Css Color HEX #C5378D Medium Red Violet

📋 copy color: '#C5378D'

red 197 ◦ green 55 ◦ blue 141

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

Shades of Medium Red Violet #C5378D

Tints of Medium Red Violet #C5378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 50.13%
G = 13.99%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5378D (or 0xC5378D) is known color: Medium Red Violet. HEX triplet: C5, 37 and 8D. RGB value is (197,55,141). Sum of RGB (Red+Green+Blue) = 197+55+141=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5378D is #3AC872. Grayscale: #6B6B6B. Windows color (decimal): -3852403 or 9254853. OLE color: 9254853.

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

Color convert

RGB 197 55 141 -
CMYK 0 0.72 0.28 0.23
HSL 323.66º 0.56% 0.49% -
HSV(B) 323.66º 0.72% 0.77% -
XYZ 29.2 16.53 26.85 -
YUV 107.26 147.04 192.01 -
System Red Green Blue C M Y K H S L
Decimal 197 55 141 0 0.72 0.28 0.23 323.66 0.56 0.49
Hex C5 37 8D 0 48 1C 17 144 38 31
Octal 305 67 215 0 110 34 27 504 70 61
Binary 11000101 110111 10001101 0 1001000 11100 10111 101000100 111000 110001

Color Harmonies of #C5378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5378D

Black with #C5378D

Text Example


Text Example

White with #C5378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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