Html Css Color HEX #C43191 Medium Red Violet

📋 copy color: '#C43191'

red 196 ◦ green 49 ◦ blue 145

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

Shades of Medium Red Violet #C43191

Tints of Medium Red Violet #C43191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.56%

 BLUE value IS 145 (57.03% from 255) = 37.18%

R = 50.26%
G = 12.56%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C43191 (or 0xC43191) is known color: Medium Red Violet. HEX triplet: C4, 31 and 91. RGB value is (196,49,145). Sum of RGB (Red+Green+Blue) = 196+49+145=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C43191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43191 is #3BCE6E. Grayscale: #676767. Windows color (decimal): -3919471 or 9515460. OLE color: 9515460.

HSL color Cylindrical-coordinate representation of color #C43191: hue angle of 320.82º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43191 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 145 -
CMYK 0 0.75 0.26 0.23
HSL 320.82º 0.6% 0.48% -
HSV(B) 320.82º 0.75% 0.77% -
XYZ 28.97 15.98 28.34 -
YUV 103.9 151.2 193.69 -
System Red Green Blue C M Y K H S L
Decimal 196 49 145 0 0.75 0.26 0.23 320.82 0.6 0.48
Hex C4 31 91 0 4B 1A 17 141 3C 30
Octal 304 61 221 0 113 32 27 501 74 60
Binary 11000100 110001 10010001 0 1001011 11010 10111 101000001 111100 110000

Color Harmonies of #C43191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43191

Black with #C43191

Text Example


Text Example

White with #C43191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43191; }

 p { color: rgb(196,49,145); }

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

background-color css

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

 a { background-color: rgb(196,49,145); }

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

border-color css

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

 span { border-color: rgb(196,49,145); }

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