#C80890

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

Shades of Medium Violet Red #C80890

Tints of Medium Violet Red #C80890

Color information

#C80890 (or 0xC80890) is unknown color: approx Medium Violet Red. HEX triplet: C8, 08 and 90. RGB value is (200,8,144). Sum of RGB (Red+Green+Blue) = 200+8+144=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C80890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80890 is #37F76F. Grayscale: #505050. Windows color (decimal): -3667824 or 9439432. OLE color: 9439432.

HSL color Cylindrical-coordinate representation of color #C80890: hue angle of 317.5º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80890 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB2008144-
CMYK00.960.280.22
HSL317.5º92.31%40.78%-
HSV(B)317.5º96%78.43%-
XYZ28.9414.4727.65-
YUV80.91163.61212.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.82%
GREEN value IS 8 (3.52% from 255) = 2.27%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=56.82%
G=2.27%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200814400.960.280.22317.592.3140.78
HexC88900601C1613e5c29
Octal310102200140342647613451
Binary110010001000100100000110000011100101101001111101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80890; }

 p { color: rgb(200,8,144); }

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

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

 a { background-color: rgb(200,8,144); }

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

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

 span { border-color: rgb(200,8,144); }

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