#C43A96

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

Shades of Medium Red Violet #C43A96

Tints of Medium Red Violet #C43A96

Color information

#C43A96 (or 0xC43A96) is unknown color: approx Medium Red Violet. HEX triplet: C4, 3A and 96. RGB value is (196,58,150). Sum of RGB (Red+Green+Blue) = 196+58+150=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43A96 is #3BC569. Grayscale: #6D6D6D. Windows color (decimal): -3917162 or 9845444. OLE color: 9845444.

HSL color Cylindrical-coordinate representation of color #C43A96: hue angle of 320º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43A96 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB19658150-
CMYK00.700.230.23
HSL320º54.33%49.8%-
HSV(B)320º70.41%76.86%-
XYZ29.7816.9630.56-
YUV109.75150.72189.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.51%
GREEN value IS 58 (23.05% from 255) = 14.36%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=48.51%
G=14.36%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965815000.700.230.2332054.3349.8
HexC43A9604617171403632
Octal30472226010627275006662
Binary1100010011101010010110010001101011110111101000000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A96; }

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

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

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

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

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

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

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

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