#C70072

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

Shades of Medium Violet Red #C70072

Tints of Medium Violet Red #C70072

Color information

#C70072 (or 0xC70072) is unknown color: approx Medium Violet Red. HEX triplet: C7, 00 and 72. RGB value is (199,0,114). Sum of RGB (Red+Green+Blue) = 199+0+114=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C70072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70072 is #38FF8D. Grayscale: #484848. Windows color (decimal): -3735438 or 7471303. OLE color: 7471303.

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

Color convert

RGB1990114-
CMYK010.430.22
HSL325.63º100%39.02%-
HSV(B)325.63º100%78.04%-
XYZ26.5913.3617.1-
YUV72.5151.43218.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 36.42%
R=63.58%
G=0%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1990114010.430.22325.6310039.02
HexC70720642B161466427
Octal30701620144532650614447
Binary110001110111001001100100101011101101010001101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70072; }

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

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

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

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

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

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

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

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