#C70979

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

Shades of Medium Violet Red #C70979

Tints of Medium Violet Red #C70979

Color information

#C70979 (or 0xC70979) is unknown color: approx Medium Violet Red. HEX triplet: C7, 09 and 79. RGB value is (199,9,121). Sum of RGB (Red+Green+Blue) = 199+9+121=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C70979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70979 is #38F686. Grayscale: #4E4E4E. Windows color (decimal): -3733127 or 7932359. OLE color: 7932359.

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

Color convert

RGB1999121-
CMYK00.950.390.22
HSL324.63º91.35%40.78%-
HSV(B)324.63º95.48%78.04%-
XYZ27.113.7219.31-
YUV78.58151.95213.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.49%
GREEN value IS 9 (3.91% from 255) = 2.74%
BLUE value IS 121 (47.66% from 255) = 36.78%
R=60.49%
G=2.74%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199912100.950.390.22324.6391.3540.78
HexC797905F27161455b29
Octal307111710137472650513351
Binary110001111001111100101011111100111101101010001011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70979; }

 p { color: rgb(199,9,121); }

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

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

 a { background-color: rgb(199,9,121); }

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

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

 span { border-color: rgb(199,9,121); }

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