#C70671

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

Shades of Medium Violet Red #C70671

Tints of Medium Violet Red #C70671

Color information

#C70671 (or 0xC70671) is unknown color: approx Medium Violet Red. HEX triplet: C7, 06 and 71. RGB value is (199,6,113). Sum of RGB (Red+Green+Blue) = 199+6+113=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C70671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70671 is #38F98E. Grayscale: #4B4B4B. Windows color (decimal): -3733903 or 7407303. OLE color: 7407303.

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

Color convert

RGB1996113-
CMYK00.970.430.22
HSL326.74º94.15%40.2%-
HSV(B)326.74º96.98%78.04%-
XYZ26.613.4616.82-
YUV75.9148.94215.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.58%
GREEN value IS 6 (2.73% from 255) = 1.89%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=62.58%
G=1.89%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199611300.970.430.22326.7494.1540.2
HexC76710612B161475e28
Octal30761610141532650713650
Binary11000111110111000101100001101011101101010001111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70671; }

 p { color: rgb(199,6,113); }

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

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

 a { background-color: rgb(199,6,113); }

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

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

 span { border-color: rgb(199,6,113); }

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