Html Css Color HEX #C4387D Medium Red Violet

📋 copy color: '#C4387D'

red 196 ◦ green 56 ◦ blue 125

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

Shades of Medium Red Violet #C4387D

Tints of Medium Red Violet #C4387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.85%

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

R = 51.99%
G = 14.85%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4387D (or 0xC4387D) is known color: Medium Red Violet. HEX triplet: C4, 38 and 7D. RGB value is (196,56,125). Sum of RGB (Red+Green+Blue) = 196+56+125=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4387D is #3BC782. Grayscale: #696969. Windows color (decimal): -3917699 or 8206532. OLE color: 8206532.

HSL color Cylindrical-coordinate representation of color #C4387D: hue angle of 330.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4387D is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 56 125 -
CMYK 0 0.71 0.36 0.23
HSL 330.43º 0.56% 0.49% -
HSV(B) 330.43º 0.71% 0.77% -
XYZ 27.88 16.04 21.03 -
YUV 105.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 196 56 125 0 0.71 0.36 0.23 330.43 0.56 0.49
Hex C4 38 7D 0 47 24 17 14A 38 31
Octal 304 70 175 0 107 44 27 512 70 61
Binary 11000100 111000 1111101 0 1000111 100100 10111 101001010 111000 110001

Color Harmonies of #C4387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4387D

Black with #C4387D

Text Example


Text Example

White with #C4387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4387D; }

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

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

background-color css

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

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

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

border-color css

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

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

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