#C71071

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

Shades of Medium Violet Red #C71071

Tints of Medium Violet Red #C71071

Color information

#C71071 (or 0xC71071) is unknown color: approx Medium Violet Red. HEX triplet: C7, 10 and 71. RGB value is (199,16,113). Sum of RGB (Red+Green+Blue) = 199+16+113=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C71071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71071 is #38EF8E. Grayscale: #515151. Windows color (decimal): -3731343 or 7409863. OLE color: 7409863.

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

Color convert

RGB19916113-
CMYK00.920.430.22
HSL328.2º85.12%42.16%-
HSV(B)328.2º91.96%78.04%-
XYZ26.7213.716.86-
YUV81.78145.63211.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.67%
GREEN value IS 16 (6.64% from 255) = 4.88%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=60.67%
G=4.88%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991611300.920.430.22328.285.1242.16
HexC7107105C2B16148552a
Octal307201610134532651012552
Binary1100011110000111000101011100101011101101010010001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71071; }

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

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

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

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

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

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

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

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