#C43A94

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

Shades of Medium Red Violet #C43A94

Tints of Medium Red Violet #C43A94

Color information

#C43A94 (or 0xC43A94) is unknown color: approx Medium Red Violet. HEX triplet: C4, 3A and 94. RGB value is (196,58,148). Sum of RGB (Red+Green+Blue) = 196+58+148=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43A94 is #3BC56B. Grayscale: #6D6D6D. Windows color (decimal): -3917164 or 9714372. OLE color: 9714372.

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

Color convert

RGB19658148-
CMYK00.700.240.23
HSL320.87º54.33%49.8%-
HSV(B)320.87º70.41%76.86%-
XYZ29.6216.929.72-
YUV109.52149.72189.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.76%
GREEN value IS 58 (23.05% from 255) = 14.43%
BLUE value IS 148 (58.20% from 255) = 36.82%
R=48.76%
G=14.43%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965814800.700.240.23320.8754.3349.8
HexC43A9404618171413632
Octal30472224010630275016662
Binary1100010011101010010100010001101100010111101000001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A94; }

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

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

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

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

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

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

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

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