#C70A80

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

Shades of Medium Violet Red #C70A80

Tints of Medium Violet Red #C70A80

Color information

#C70A80 (or 0xC70A80) is unknown color: approx Medium Violet Red. HEX triplet: C7, 0A and 80. RGB value is (199,10,128). Sum of RGB (Red+Green+Blue) = 199+10+128=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70A80 is #38F57F. Grayscale: #4F4F4F. Windows color (decimal): -3732864 or 8391367. OLE color: 8391367.

HSL color Cylindrical-coordinate representation of color #C70A80: hue angle of 322.54º degrees, saturation: 0.9, 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 #C70A80 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB19910128-
CMYK00.950.360.22
HSL322.54º90.43%40.98%-
HSV(B)322.54º94.97%78.04%-
XYZ27.5613.9221.66-
YUV79.96155.12212.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.05%
GREEN value IS 10 (4.30% from 255) = 2.97%
BLUE value IS 128 (50.39% from 255) = 37.98%
R=59.05%
G=2.97%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991012800.950.360.22322.5490.4340.98
HexC7A8005F24161435a29
Octal307122000137442650313251
Binary1100011110101000000001011111100100101101010000111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70A80; }

 p { color: rgb(199,10,128); }

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

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

 a { background-color: rgb(199,10,128); }

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

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

 span { border-color: rgb(199,10,128); }

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