Html Css Color HEX #C4388B Medium Red Violet

📋 copy color: '#C4388B'

red 196 ◦ green 56 ◦ blue 139

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

Shades of Medium Red Violet #C4388B

Tints of Medium Red Violet #C4388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 50.13%
G = 14.32%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4388B (or 0xC4388B) is known color: Medium Red Violet. HEX triplet: C4, 38 and 8B. RGB value is (196,56,139). Sum of RGB (Red+Green+Blue) = 196+56+139=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4388B is #3BC774. Grayscale: #6B6B6B. Windows color (decimal): -3917685 or 9124036. OLE color: 9124036.

HSL color Cylindrical-coordinate representation of color #C4388B: hue angle of 324.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 #C4388B is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 56 139 -
CMYK 0 0.71 0.29 0.23
HSL 324.43º 0.56% 0.49% -
HSV(B) 324.43º 0.71% 0.77% -
XYZ 28.84 16.43 26.08 -
YUV 107.32 145.88 191.25 -
System Red Green Blue C M Y K H S L
Decimal 196 56 139 0 0.71 0.29 0.23 324.43 0.56 0.49
Hex C4 38 8B 0 47 1D 17 144 38 31
Octal 304 70 213 0 107 35 27 504 70 61
Binary 11000100 111000 10001011 0 1000111 11101 10111 101000100 111000 110001

Color Harmonies of #C4388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4388B

Black with #C4388B

Text Example


Text Example

White with #C4388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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