Html Css Color HEX #C4139B Medium Violet Red

📋 copy color: '#C4139B'

red 196 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #C4139B

Tints of Medium Violet Red #C4139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.14%

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 52.97%
G = 5.14%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C4139B (or 0xC4139B) is known color: Medium Violet Red. HEX triplet: C4, 13 and 9B. RGB value is (196,19,155). Sum of RGB (Red+Green+Blue) = 196+19+155=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4139B is #3BEC64. Grayscale: #575757. Windows color (decimal): -3927141 or 10163140. OLE color: 10163140.

HSL color Cylindrical-coordinate representation of color #C4139B: hue angle of 313.9º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4139B is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 155 -
CMYK 0 0.90 0.21 0.23
HSL 313.9º 0.82% 0.42% -
HSV(B) 313.9º 0.9% 0.77% -
XYZ 28.91 14.57 32.3 -
YUV 87.43 166.14 205.44 -
System Red Green Blue C M Y K H S L
Decimal 196 19 155 0 0.90 0.21 0.23 313.9 0.82 0.42
Hex C4 13 9B 0 5A 15 17 13A 52 2A
Octal 304 23 233 0 132 25 27 472 122 52
Binary 11000100 10011 10011011 0 1011010 10101 10111 100111010 1010010 101010

Color Harmonies of #C4139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4139B

Black with #C4139B

Text Example


Text Example

White with #C4139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4139B; }

 p { color: rgb(196,19,155); }

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

background-color css

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

 a { background-color: rgb(196,19,155); }

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

border-color css

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

 span { border-color: rgb(196,19,155); }

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