#C80179

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

Shades of Medium Violet Red #C80179

Tints of Medium Violet Red #C80179

Color information

#C80179 (or 0xC80179) is unknown color: approx Medium Violet Red. HEX triplet: C8, 01 and 79. RGB value is (200,1,121). Sum of RGB (Red+Green+Blue) = 200+1+121=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C80179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80179 is #37FE86. Grayscale: #494949. Windows color (decimal): -3669639 or 7930312. OLE color: 7930312.

HSL color Cylindrical-coordinate representation of color #C80179: hue angle of 323.82º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80179 is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB2001121-
CMYK01.000.390.22
HSL323.82º99%39.41%-
HSV(B)323.82º99.5%78.43%-
XYZ27.2813.6819.29-
YUV74.18154.43217.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.11%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=62.11%
G=0.31%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200112101.000.390.22323.829939.41
HexC817906427161446327
Octal31011710144472650414347
Binary110010001111100101100100100111101101010001001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80179; }

 p { color: rgb(200,1,121); }

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

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

 a { background-color: rgb(200,1,121); }

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

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

 span { border-color: rgb(200,1,121); }

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