#C43196

Color #C43196 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C43196

Tints of Medium Red Violet #C43196

Color information

#C43196 (or 0xC43196) is unknown color: approx Medium Red Violet. HEX triplet: C4, 31 and 96. RGB value is (196,49,150). Sum of RGB (Red+Green+Blue) = 196+49+150=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C43196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43196 is #3BCE69. Grayscale: #686868. Windows color (decimal): -3919466 or 9843140. OLE color: 9843140.

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

Color convert

RGB19649150-
CMYK00.750.230.23
HSL318.78º60%48.04%-
HSV(B)318.78º75%76.86%-
XYZ29.3716.1330.42-
YUV104.47153.7193.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 49 (19.53% from 255) = 12.41%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=49.62%
G=12.41%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964915000.750.230.23318.786048.04
HexC4319604B171713f3c30
Octal30461226011327274777460
Binary1100010011000110010110010010111011110111100111111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43196; }

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

 H1.HeaderClassName
 {
   color: #C43196;
 }
 .AnyTagClassName
 {
   color: #C43196;
 }
</style>
background-color css

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

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

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

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

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

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