#C43C85

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

Shades of Medium Red Violet #C43C85

Tints of Medium Red Violet #C43C85

Color information

#C43C85 (or 0xC43C85) is unknown color: approx Medium Red Violet. HEX triplet: C4, 3C and 85. RGB value is (196,60,133). Sum of RGB (Red+Green+Blue) = 196+60+133=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43C85 is #3BC37A. Grayscale: #6C6C6C. Windows color (decimal): -3916667 or 8731844. OLE color: 8731844.

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

Color convert

RGB19660133-
CMYK00.690.320.23
HSL327.79º53.54%50.2%-
HSV(B)327.79º69.39%76.86%-
XYZ28.6116.6623.9-
YUV108.99141.56190.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.39%
GREEN value IS 60 (23.83% from 255) = 15.42%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=50.39%
G=15.42%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966013300.690.320.23327.7953.5450.2
HexC43C8504520171483632
Octal30474205010540275106662
Binary11000100111100100001010100010110000010111101001000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43C85; }

 p { color: rgb(196,60,133); }

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

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

 a { background-color: rgb(196,60,133); }

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

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

 span { border-color: rgb(196,60,133); }

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