#C43396

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

Shades of Medium Red Violet #C43396

Tints of Medium Red Violet #C43396

Color information

#C43396 (or 0xC43396) is unknown color: approx Medium Red Violet. HEX triplet: C4, 33 and 96. RGB value is (196,51,150). Sum of RGB (Red+Green+Blue) = 196+51+150=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C43396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43396 is #3BCC69. Grayscale: #696969. Windows color (decimal): -3918954 or 9843652. OLE color: 9843652.

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

Color convert

RGB19651150-
CMYK00.740.230.23
HSL319.03º58.7%48.43%-
HSV(B)319.03º73.98%76.86%-
XYZ29.4516.3130.45-
YUV105.64153.04192.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.37%
GREEN value IS 51 (20.31% from 255) = 12.85%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=49.37%
G=12.85%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965115000.740.230.23319.0358.748.43
HexC4339604A171713f3b30
Octal30463226011227274777360
Binary1100010011001110010110010010101011110111100111111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43396; }

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

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

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

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

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

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

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

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