#C50881

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

Shades of Medium Violet Red #C50881

Tints of Medium Violet Red #C50881

Color information

#C50881 (or 0xC50881) is unknown color: approx Medium Violet Red. HEX triplet: C5, 08 and 81. RGB value is (197,8,129). Sum of RGB (Red+Green+Blue) = 197+8+129=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C50881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50881 is #3AF77E. Grayscale: #4E4E4E. Windows color (decimal): -3864447 or 8456389. OLE color: 8456389.

HSL color Cylindrical-coordinate representation of color #C50881: hue angle of 321.59º degrees, saturation: 0.92, 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 #C50881 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB1978129-
CMYK00.960.350.23
HSL321.59º92.2%40.2%-
HSV(B)321.59º95.94%77.25%-
XYZ27.0813.6321.97-
YUV78.3156.62212.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.98%
GREEN value IS 8 (3.52% from 255) = 2.40%
BLUE value IS 129 (50.78% from 255) = 38.62%
R=58.98%
G=2.40%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197812900.960.350.23321.5992.240.2
HexC588106023171425c28
Octal305102010140432750213450
Binary1100010110001000000101100000100011101111010000101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50881; }

 p { color: rgb(197,8,129); }

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

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

 a { background-color: rgb(197,8,129); }

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

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

 span { border-color: rgb(197,8,129); }

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