Html Css Color HEX #C43290 Medium Red Violet

📋 copy color: '#C43290'

red 196 ◦ green 50 ◦ blue 144

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

Shades of Medium Red Violet #C43290

Tints of Medium Red Violet #C43290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.82%

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

R = 50.26%
G = 12.82%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C43290 (or 0xC43290) is known color: Medium Red Violet. HEX triplet: C4, 32 and 90. RGB value is (196,50,144). Sum of RGB (Red+Green+Blue) = 196+50+144=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C43290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43290 is #3BCD6F. Grayscale: #686868. Windows color (decimal): -3919216 or 9450180. OLE color: 9450180.

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

Color convert

RGB 196 50 144 -
CMYK 0 0.74 0.27 0.23
HSL 321.37º 0.59% 0.48% -
HSV(B) 321.37º 0.74% 0.77% -
XYZ 28.94 16.03 27.95 -
YUV 104.37 150.37 193.36 -
System Red Green Blue C M Y K H S L
Decimal 196 50 144 0 0.74 0.27 0.23 321.37 0.59 0.48
Hex C4 32 90 0 4A 1B 17 141 3B 30
Octal 304 62 220 0 112 33 27 501 73 60
Binary 11000100 110010 10010000 0 1001010 11011 10111 101000001 111011 110000

Color Harmonies of #C43290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43290

Black with #C43290

Text Example


Text Example

White with #C43290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43290; }

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

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

background-color css

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

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

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

border-color css

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

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

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