#C71082

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

Shades of Medium Violet Red #C71082

Tints of Medium Violet Red #C71082

Color information

#C71082 (or 0xC71082) is unknown color: approx Medium Violet Red. HEX triplet: C7, 10 and 82. RGB value is (199,16,130). Sum of RGB (Red+Green+Blue) = 199+16+130=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C71082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71082 is #38EF7D. Grayscale: #535353. Windows color (decimal): -3731326 or 8523975. OLE color: 8523975.

HSL color Cylindrical-coordinate representation of color #C71082: hue angle of 322.62º 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 #C71082 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB19916130-
CMYK00.920.350.22
HSL322.62º85.12%42.16%-
HSV(B)322.62º91.96%78.04%-
XYZ27.7714.1222.38-
YUV83.71154.13210.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.68%
GREEN value IS 16 (6.64% from 255) = 4.64%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=57.68%
G=4.64%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991613000.920.350.22322.6285.1242.16
HexC7108205C2316143552a
Octal307202020134432650312552
Binary11000111100001000001001011100100011101101010000111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71082; }

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

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

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

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

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

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

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

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