#C43A8C

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

Shades of Medium Red Violet #C43A8C

Tints of Medium Red Violet #C43A8C

Color information

#C43A8C (or 0xC43A8C) is unknown color: approx Medium Red Violet. HEX triplet: C4, 3A and 8C. RGB value is (196,58,140). Sum of RGB (Red+Green+Blue) = 196+58+140=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43A8C is #3BC573. Grayscale: #6C6C6C. Windows color (decimal): -3917172 or 9190084. OLE color: 9190084.

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

Color convert

RGB19658140-
CMYK00.700.290.23
HSL324.35º54.33%49.8%-
HSV(B)324.35º70.41%76.86%-
XYZ29.0116.6626.5-
YUV108.61145.72190.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.75%
GREEN value IS 58 (23.05% from 255) = 14.72%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=49.75%
G=14.72%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965814000.700.290.23324.3554.3349.8
HexC43A8C0461D171443632
Octal30472214010635275046662
Binary1100010011101010001100010001101110110111101000100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A8C; }

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

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

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

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

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

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

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

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