Html Css Color HEX #C43190 Medium Red Violet

📋 copy color: '#C43190'

red 196 ◦ green 49 ◦ blue 144

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

Shades of Medium Red Violet #C43190

Tints of Medium Red Violet #C43190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.02%

R = 50.39%
G = 12.6%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C43190 (or 0xC43190) is known color: Medium Red Violet. HEX triplet: C4, 31 and 90. RGB value is (196,49,144). Sum of RGB (Red+Green+Blue) = 196+49+144=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C43190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43190 is #3BCE6F. Grayscale: #676767. Windows color (decimal): -3919472 or 9449924. OLE color: 9449924.

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

Color convert

RGB 196 49 144 -
CMYK 0 0.75 0.27 0.23
HSL 321.22º 0.6% 0.48% -
HSV(B) 321.22º 0.75% 0.77% -
XYZ 28.9 15.95 27.94 -
YUV 103.78 150.7 193.78 -
System Red Green Blue C M Y K H S L
Decimal 196 49 144 0 0.75 0.27 0.23 321.22 0.6 0.48
Hex C4 31 90 0 4B 1B 17 141 3C 30
Octal 304 61 220 0 113 33 27 501 74 60
Binary 11000100 110001 10010000 0 1001011 11011 10111 101000001 111100 110000

Color Harmonies of #C43190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43190

Black with #C43190

Text Example


Text Example

White with #C43190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43190; }

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

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

background-color css

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

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

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

border-color css

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

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

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