Html Css Color HEX #C4149E Medium Violet Red

📋 copy color: '#C4149E'

red 196 ◦ green 20 ◦ blue 158

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

Shades of Medium Violet Red #C4149E

Tints of Medium Violet Red #C4149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.35%

 BLUE value IS 158 (62.11% from 255) = 42.25%

R = 52.41%
G = 5.35%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C4149E (or 0xC4149E) is known color: Medium Violet Red. HEX triplet: C4, 14 and 9E. RGB value is (196,20,158). Sum of RGB (Red+Green+Blue) = 196+20+158=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4149E is #3BEB61. Grayscale: #575757. Windows color (decimal): -3926882 or 10360004. OLE color: 10360004.

HSL color Cylindrical-coordinate representation of color #C4149E: hue angle of 312.95º degrees, saturation: 0.81, 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 #C4149E is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 158 -
CMYK 0 0.90 0.19 0.23
HSL 312.95º 0.81% 0.42% -
HSV(B) 312.95º 0.9% 0.77% -
XYZ 29.19 14.7 33.65 -
YUV 88.36 167.31 204.78 -
System Red Green Blue C M Y K H S L
Decimal 196 20 158 0 0.90 0.19 0.23 312.95 0.81 0.42
Hex C4 14 9E 0 5A 13 17 139 51 2A
Octal 304 24 236 0 132 23 27 471 121 52
Binary 11000100 10100 10011110 0 1011010 10011 10111 100111001 1010001 101010

Color Harmonies of #C4149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4149E

Black with #C4149E

Text Example


Text Example

White with #C4149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4149E; }

 p { color: rgb(196,20,158); }

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

background-color css

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

 a { background-color: rgb(196,20,158); }

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

border-color css

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

 span { border-color: rgb(196,20,158); }

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