#C43A93

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

Shades of Medium Red Violet #C43A93

Tints of Medium Red Violet #C43A93

Color information

#C43A93 (or 0xC43A93) is unknown color: approx Medium Red Violet. HEX triplet: C4, 3A and 93. RGB value is (196,58,147). Sum of RGB (Red+Green+Blue) = 196+58+147=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43A93 is #3BC56C. Grayscale: #6D6D6D. Windows color (decimal): -3917165 or 9648836. OLE color: 9648836.

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

Color convert

RGB19658147-
CMYK00.700.250.23
HSL321.3º54.33%49.8%-
HSV(B)321.3º70.41%76.86%-
XYZ29.5416.8729.3-
YUV109.41149.22189.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.88%
GREEN value IS 58 (23.05% from 255) = 14.46%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=48.88%
G=14.46%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965814700.700.250.23321.354.3349.8
HexC43A9304619171413632
Octal30472223010631275016662
Binary1100010011101010010011010001101100110111101000001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A93; }

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

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

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

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

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

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

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

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