#C43A8D

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

Shades of Medium Red Violet #C43A8D

Tints of Medium Red Violet #C43A8D

Color information

#C43A8D (or 0xC43A8D) is unknown color: approx Medium Red Violet. HEX triplet: C4, 3A and 8D. RGB value is (196,58,141). Sum of RGB (Red+Green+Blue) = 196+58+141=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43A8D is #3BC572. Grayscale: #6C6C6C. Windows color (decimal): -3917171 or 9255620. OLE color: 9255620.

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

Color convert

RGB19658141-
CMYK00.700.280.23
HSL323.91º54.33%49.8%-
HSV(B)323.91º70.41%76.86%-
XYZ29.0916.6826.89-
YUV108.72146.22190.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 58 (23.05% from 255) = 14.68%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=49.62%
G=14.68%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965814100.700.280.23323.9154.3349.8
HexC43A8D0461C171443632
Octal30472215010634275046662
Binary1100010011101010001101010001101110010111101000100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A8D; }

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

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

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

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

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

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

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

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