#C5077A

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

Shades of Medium Violet Red #C5077A

Tints of Medium Violet Red #C5077A

Color information

#C5077A (or 0xC5077A) is unknown color: approx Medium Violet Red. HEX triplet: C5, 07 and 7A. RGB value is (197,7,122). Sum of RGB (Red+Green+Blue) = 197+7+122=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5077A is #3AF885. Grayscale: #4C4C4C. Windows color (decimal): -3864710 or 7997381. OLE color: 7997381.

HSL color Cylindrical-coordinate representation of color #C5077A: hue angle of 323.68º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5077A is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB1977122-
CMYK00.960.380.23
HSL323.68º93.14%40%-
HSV(B)323.68º96.45%77.25%-
XYZ26.6113.4319.6-
YUV76.92153.45213.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.43%
GREEN value IS 7 (3.12% from 255) = 2.15%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=60.43%
G=2.15%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197712200.960.380.23323.6893.1440
HexC577A06026171445d28
Octal30571720140462750413550
Binary11000101111111101001100000100110101111010001001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5077A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5077A; }

 p { color: rgb(197,7,122); }

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

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

 a { background-color: rgb(197,7,122); }

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

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

 span { border-color: rgb(197,7,122); }

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