Html Css Color HEX #C4147C Medium Violet Red

📋 copy color: '#C4147C'

red 196 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #C4147C

Tints of Medium Violet Red #C4147C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 57.65%
G = 5.88%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4147C (or 0xC4147C) is known color: Medium Violet Red. HEX triplet: C4, 14 and 7C. RGB value is (196,20,124). Sum of RGB (Red+Green+Blue) = 196+20+124=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4147C is #3BEB83. Grayscale: #545454. Windows color (decimal): -3926916 or 8131780. OLE color: 8131780.

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

Color convert

RGB 196 20 124 -
CMYK 0 0.90 0.37 0.23
HSL 324.55º 0.81% 0.42% -
HSV(B) 324.55º 0.9% 0.77% -
XYZ 26.65 13.69 20.31 -
YUV 84.48 150.31 207.54 -
System Red Green Blue C M Y K H S L
Decimal 196 20 124 0 0.90 0.37 0.23 324.55 0.81 0.42
Hex C4 14 7C 0 5A 25 17 145 51 2A
Octal 304 24 174 0 132 45 27 505 121 52
Binary 11000100 10100 1111100 0 1011010 100101 10111 101000101 1010001 101010

Color Harmonies of #C4147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4147C

Black with #C4147C

Text Example


Text Example

White with #C4147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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