#C7059D

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

Shades of Medium Violet Red #C7059D

Tints of Medium Violet Red #C7059D

Color information

#C7059D (or 0xC7059D) is unknown color: approx Medium Violet Red. HEX triplet: C7, 05 and 9D. RGB value is (199,5,157). Sum of RGB (Red+Green+Blue) = 199+5+157=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7059D is #38FA62. Grayscale: #4F4F4F. Windows color (decimal): -3734115 or 10290631. OLE color: 10290631.

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

Color convert

RGB1995157-
CMYK00.970.210.22
HSL312.99º95.1%40%-
HSV(B)312.99º97.49%78.04%-
XYZ29.6914.6833.17-
YUV80.33171.27212.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.12%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=55.12%
G=1.39%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199515700.970.210.22312.9995.140
HexC759D06115161395f28
Octal30752350141252647113750
Binary11000111101100111010110000110101101101001110011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7059D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7059D; }

 p { color: rgb(199,5,157); }

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

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

 a { background-color: rgb(199,5,157); }

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

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

 span { border-color: rgb(199,5,157); }

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