#C70071

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

Shades of Medium Violet Red #C70071

Tints of Medium Violet Red #C70071

Color information

#C70071 (or 0xC70071) is unknown color: approx Medium Violet Red. HEX triplet: C7, 00 and 71. RGB value is (199,0,113). Sum of RGB (Red+Green+Blue) = 199+0+113=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C70071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70071 is #38FF8E. Grayscale: #484848. Windows color (decimal): -3735439 or 7405767. OLE color: 7405767.

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

Color convert

RGB1990113-
CMYK010.430.22
HSL325.93º100%39.02%-
HSV(B)325.93º100%78.04%-
XYZ26.5313.3316.8-
YUV72.38150.93218.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=63.78%
G=0%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1990113010.430.22325.9310039.02
HexC70710642B161466427
Octal30701610144532650614447
Binary110001110111000101100100101011101101010001101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70071; }

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

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

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

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

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

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

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

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