Html Css Color HEX #C4377D Medium Red Violet

📋 copy color: '#C4377D'

red 196 ◦ green 55 ◦ blue 125

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

Shades of Medium Red Violet #C4377D

Tints of Medium Red Violet #C4377D

RGB

 RED value IS 196 (76.95% from 255) = 52.13%

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

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 52.13%
G = 14.63%
B = 33.24%

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

#C4377D (or 0xC4377D) is known color: Medium Red Violet. HEX triplet: C4, 37 and 7D. RGB value is (196,55,125). Sum of RGB (Red+Green+Blue) = 196+55+125=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4377D is #3BC882. Grayscale: #696969. Windows color (decimal): -3917955 or 8206276. OLE color: 8206276.

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

Color convert

RGB 196 55 125 -
CMYK 0 0.72 0.36 0.23
HSL 330.21º 0.56% 0.49% -
HSV(B) 330.21º 0.72% 0.77% -
XYZ 27.83 15.95 21.01 -
YUV 105.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 196 55 125 0 0.72 0.36 0.23 330.21 0.56 0.49
Hex C4 37 7D 0 48 24 17 14A 38 31
Octal 304 67 175 0 110 44 27 512 70 61
Binary 11000100 110111 1111101 0 1001000 100100 10111 101001010 111000 110001

Color Harmonies of #C4377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4377D

Black with #C4377D

Text Example


Text Example

White with #C4377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4377D; }

 p { color: rgb(196,55,125); }

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

background-color css

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

 a { background-color: rgb(196,55,125); }

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

border-color css

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

 span { border-color: rgb(196,55,125); }

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