Html Css Color HEX #C4119F Medium Violet Red

📋 copy color: '#C4119F'

red 196 ◦ green 17 ◦ blue 159

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

Shades of Medium Violet Red #C4119F

Tints of Medium Violet Red #C4119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.57%

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 52.69%
G = 4.57%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C4119F (or 0xC4119F) is known color: Medium Violet Red. HEX triplet: C4, 11 and 9F. RGB value is (196,17,159). Sum of RGB (Red+Green+Blue) = 196+17+159=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4119F is #3BEE60. Grayscale: #565656. Windows color (decimal): -3927649 or 10424772. OLE color: 10424772.

HSL color Cylindrical-coordinate representation of color #C4119F: hue angle of 312.4º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4119F is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 17 159 -
CMYK 0 0.91 0.19 0.23
HSL 312.4º 0.84% 0.42% -
HSV(B) 312.4º 0.91% 0.77% -
XYZ 29.22 14.64 34.09 -
YUV 86.71 168.8 205.95 -
System Red Green Blue C M Y K H S L
Decimal 196 17 159 0 0.91 0.19 0.23 312.4 0.84 0.42
Hex C4 11 9F 0 5B 13 17 138 54 2A
Octal 304 21 237 0 133 23 27 470 124 52
Binary 11000100 10001 10011111 0 1011011 10011 10111 100111000 1010100 101010

Color Harmonies of #C4119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4119F

Black with #C4119F

Text Example


Text Example

White with #C4119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4119F; }

 p { color: rgb(196,17,159); }

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

background-color css

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

 a { background-color: rgb(196,17,159); }

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

border-color css

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

 span { border-color: rgb(196,17,159); }

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