Html Css Color HEX #C43192 Medium Red Violet

📋 copy color: '#C43192'

red 196 ◦ green 49 ◦ blue 146

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

Shades of Medium Red Violet #C43192

Tints of Medium Red Violet #C43192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.34%

R = 50.13%
G = 12.53%
B = 37.34%

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

#C43192 (or 0xC43192) is known color: Medium Red Violet. HEX triplet: C4, 31 and 92. RGB value is (196,49,146). Sum of RGB (Red+Green+Blue) = 196+49+146=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C43192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43192 is #3BCE6D. Grayscale: #676767. Windows color (decimal): -3919470 or 9580996. OLE color: 9580996.

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

Color convert

RGB 196 49 146 -
CMYK 0 0.75 0.26 0.23
HSL 320.41º 0.6% 0.48% -
HSV(B) 320.41º 0.75% 0.77% -
XYZ 29.05 16.01 28.75 -
YUV 104.01 151.7 193.61 -
System Red Green Blue C M Y K H S L
Decimal 196 49 146 0 0.75 0.26 0.23 320.41 0.6 0.48
Hex C4 31 92 0 4B 1A 17 140 3C 30
Octal 304 61 222 0 113 32 27 500 74 60
Binary 11000100 110001 10010010 0 1001011 11010 10111 101000000 111100 110000

Color Harmonies of #C43192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43192

Black with #C43192

Text Example


Text Example

White with #C43192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43192; }

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

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

background-color css

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

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

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

border-color css

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

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

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