#C73471

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

Shades of Medium Red Violet #C73471

Tints of Medium Red Violet #C73471

Color information

#C73471 (or 0xC73471) is unknown color: approx Medium Red Violet. HEX triplet: C7, 34 and 71. RGB value is (199,52,113). Sum of RGB (Red+Green+Blue) = 199+52+113=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C73471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73471 is #38CB8E. Grayscale: #666666. Windows color (decimal): -3722127 or 7419079. OLE color: 7419079.

HSL color Cylindrical-coordinate representation of color #C73471: hue angle of 335.1º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73471 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB19952113-
CMYK00.740.430.22
HSL335.1º58.57%49.22%-
HSV(B)335.1º73.87%78.04%-
XYZ27.7615.7917.21-
YUV102.91133.7196.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.67%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=54.67%
G=14.29%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995211300.740.430.22335.158.5749.22
HexC7347104A2B1614f3b31
Octal30764161011253265177361
Binary1100011111010011100010100101010101110110101001111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73471; }

 p { color: rgb(199,52,113); }

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

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

 a { background-color: rgb(199,52,113); }

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

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

 span { border-color: rgb(199,52,113); }

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