#C70C76

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

Shades of Medium Violet Red #C70C76

Tints of Medium Violet Red #C70C76

Color information

#C70C76 (or 0xC70C76) is unknown color: approx Medium Violet Red. HEX triplet: C7, 0C and 76. RGB value is (199,12,118). Sum of RGB (Red+Green+Blue) = 199+12+118=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70C76 is #38F389. Grayscale: #4F4F4F. Windows color (decimal): -3732362 or 7736519. OLE color: 7736519.

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

Color convert

RGB19912118-
CMYK00.940.410.22
HSL325.99º88.63%41.37%-
HSV(B)325.99º93.97%78.04%-
XYZ26.9513.7118.37-
YUV80149.45212.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.49%
GREEN value IS 12 (5.08% from 255) = 3.65%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=60.49%
G=3.65%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991211800.940.410.22325.9988.6341.37
HexC7C7605E29161465929
Octal307141660136512650613151
Binary110001111100111011001011110101001101101010001101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70C76; }

 p { color: rgb(199,12,118); }

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

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

 a { background-color: rgb(199,12,118); }

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

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

 span { border-color: rgb(199,12,118); }

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