#c43a92

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

Shades of Medium Red Violet #C43A92

Tints of Medium Red Violet #C43A92

Color information

#C43A92 (or 0xC43A92) is unknown color: approx Medium Red Violet. HEX triplet: C4, 3A and 92. RGB value is (196,58,146). Sum of RGB (Red+Green+Blue) = 196+58+146=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43A92 is #3BC56D. Grayscale: #6D6D6D. Windows color (decimal): -3917166 or 9583300. OLE color: 9583300.

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

Color convert

RGB19658146-
CMYK00.700.260.23
HSL321.74º54.33%49.8%-
HSV(B)321.74º70.41%76.86%-
XYZ29.4716.8428.89-
YUV109.29148.72189.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49%
GREEN value IS 58 (23.05% from 255) = 14.5%
BLUE value IS 146 (57.42% from 255) = 36.5%
R=49%
G=14.5%
B=36.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965814600.700.260.23321.7454.3349.8
HexC43A920461A171423632
Octal30472222010632275026662
Binary1100010011101010010010010001101101010111101000010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c43a92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c43a92; }

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

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

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

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

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

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

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

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