#C70673

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

Shades of Medium Violet Red #C70673

Tints of Medium Violet Red #C70673

Color information

#C70673 (or 0xC70673) is unknown color: approx Medium Violet Red. HEX triplet: C7, 06 and 73. RGB value is (199,6,115). Sum of RGB (Red+Green+Blue) = 199+6+115=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C70673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70673 is #38F98C. Grayscale: #4B4B4B. Windows color (decimal): -3733901 or 7538375. OLE color: 7538375.

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

Color convert

RGB1996115-
CMYK00.970.420.22
HSL326.11º94.15%40.2%-
HSV(B)326.11º96.98%78.04%-
XYZ26.7113.5117.42-
YUV76.13149.94215.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.19%
GREEN value IS 6 (2.73% from 255) = 1.88%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=62.19%
G=1.88%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199611500.970.420.22326.1194.1540.2
HexC76730612A161465e28
Octal30761630141522650613650
Binary11000111110111001101100001101010101101010001101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70673; }

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

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

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

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

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

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

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

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