#C70A7E

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

Shades of Medium Violet Red #C70A7E

Tints of Medium Violet Red #C70A7E

Color information

#C70A7E (or 0xC70A7E) is unknown color: approx Medium Violet Red. HEX triplet: C7, 0A and 7E. RGB value is (199,10,126). Sum of RGB (Red+Green+Blue) = 199+10+126=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C70A7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70A7E is #38F581. Grayscale: #4F4F4F. Windows color (decimal): -3732866 or 8260295. OLE color: 8260295.

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

Color convert

RGB19910126-
CMYK00.950.370.22
HSL323.17º90.43%40.98%-
HSV(B)323.17º94.97%78.04%-
XYZ27.4313.8720.97-
YUV79.74154.12213.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.40%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=59.40%
G=2.99%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991012600.950.370.22323.1790.4340.98
HexC7A7E05F25161435a29
Octal307121760137452650313251
Binary110001111010111111001011111100101101101010000111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70A7E; }

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

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

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

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

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

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

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

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