Html Css Color HEX #C4149D Medium Violet Red

📋 copy color: '#C4149D'

red 196 ◦ green 20 ◦ blue 157

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

Shades of Medium Violet Red #C4149D

Tints of Medium Violet Red #C4149D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 52.55%
G = 5.36%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C4149D (or 0xC4149D) is known color: Medium Violet Red. HEX triplet: C4, 14 and 9D. RGB value is (196,20,157). Sum of RGB (Red+Green+Blue) = 196+20+157=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4149D is #3BEB62. Grayscale: #575757. Windows color (decimal): -3926883 or 10294468. OLE color: 10294468.

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

Color convert

RGB 196 20 157 -
CMYK 0 0.90 0.20 0.23
HSL 313.3º 0.81% 0.42% -
HSV(B) 313.3º 0.9% 0.77% -
XYZ 29.1 14.67 33.2 -
YUV 88.24 166.81 204.86 -
System Red Green Blue C M Y K H S L
Decimal 196 20 157 0 0.90 0.20 0.23 313.3 0.81 0.42
Hex C4 14 9D 0 5A 14 17 139 51 2A
Octal 304 24 235 0 132 24 27 471 121 52
Binary 11000100 10100 10011101 0 1011010 10100 10111 100111001 1010001 101010

Color Harmonies of #C4149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4149D

Black with #C4149D

Text Example


Text Example

White with #C4149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4149D; }

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

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

background-color css

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

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

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

border-color css

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

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

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