#C71A73

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

Shades of Medium Violet Red #C71A73

Tints of Medium Violet Red #C71A73

Color information

#C71A73 (or 0xC71A73) is unknown color: approx Medium Violet Red. HEX triplet: C7, 1A and 73. RGB value is (199,26,115). Sum of RGB (Red+Green+Blue) = 199+26+115=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71A73 is #38E58C. Grayscale: #575757. Windows color (decimal): -3728781 or 7543495. OLE color: 7543495.

HSL color Cylindrical-coordinate representation of color #C71A73: hue angle of 329.13º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71A73 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB19926115-
CMYK00.870.420.22
HSL329.13º76.89%44.12%-
HSV(B)329.13º86.93%78.04%-
XYZ27.0214.1217.52-
YUV87.87143.31207.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.53%
GREEN value IS 26 (10.55% from 255) = 7.65%
BLUE value IS 115 (45.31% from 255) = 33.82%
R=58.53%
G=7.65%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992611500.870.420.22329.1376.8944.12
HexC71A730572A161494d2c
Octal307321630127522651111554
Binary1100011111010111001101010111101010101101010010011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71A73; }

 p { color: rgb(199,26,115); }

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

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

 a { background-color: rgb(199,26,115); }

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

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

 span { border-color: rgb(199,26,115); }

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