#C80379

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

Shades of Medium Violet Red #C80379

Tints of Medium Violet Red #C80379

Color information

#C80379 (or 0xC80379) is unknown color: approx Medium Violet Red. HEX triplet: C8, 03 and 79. RGB value is (200,3,121). Sum of RGB (Red+Green+Blue) = 200+3+121=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C80379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80379 is #37FC86. Grayscale: #4B4B4B. Windows color (decimal): -3669127 or 7930824. OLE color: 7930824.

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

Color convert

RGB2003121-
CMYK00.980.390.22
HSL324.06º97.04%39.8%-
HSV(B)324.06º98.5%78.43%-
XYZ27.313.7219.3-
YUV75.36153.77216.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.73%
GREEN value IS 3 (1.56% from 255) = 0.93%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=61.73%
G=0.93%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200312100.980.390.22324.0697.0439.8
HexC837906227161446128
Octal31031710142472650414150
Binary1100100011111100101100010100111101101010001001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80379; }

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

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

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

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

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

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

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

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