#c80574

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

Shades of Medium Violet Red #C80574

Tints of Medium Violet Red #C80574

Color information

#C80574 (or 0xC80574) is unknown color: approx Medium Violet Red. HEX triplet: C8, 05 and 74. RGB value is (200,5,116). Sum of RGB (Red+Green+Blue) = 200+5+116=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C80574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80574 is #37FA8B. Grayscale: #4B4B4B. Windows color (decimal): -3668620 or 7603656. OLE color: 7603656.

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

Color convert

RGB2005116-
CMYK00.980.420.22
HSL325.85º95.12%40.2%-
HSV(B)325.85º97.5%78.43%-
XYZ27.0313.6517.73-
YUV75.96150.6216.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.31%
GREEN value IS 5 (2.34% from 255) = 1.56%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=62.31%
G=1.56%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200511600.980.420.22325.8595.1240.2
HexC85740622A161465f28
Octal31051640142522650613750
Binary11001000101111010001100010101010101101010001101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c80574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c80574; }

 p { color: rgb(200,5,116); }

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

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

 a { background-color: rgb(200,5,116); }

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

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

 span { border-color: rgb(200,5,116); }

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