#C80594

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

Shades of Medium Violet Red #C80594

Tints of Medium Violet Red #C80594

Color information

#C80594 (or 0xC80594) is unknown color: approx Medium Violet Red. HEX triplet: C8, 05 and 94. RGB value is (200,5,148). Sum of RGB (Red+Green+Blue) = 200+5+148=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C80594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80594 is #37FA6B. Grayscale: #4F4F4F. Windows color (decimal): -3668588 or 9700808. OLE color: 9700808.

HSL color Cylindrical-coordinate representation of color #C80594: hue angle of 316º 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 #C80594 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB2005148-
CMYK00.980.260.22
HSL316º95.12%40.2%-
HSV(B)316º97.5%78.43%-
XYZ29.2214.5329.28-
YUV79.61166.6213.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.66%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 148 (58.20% from 255) = 41.93%
R=56.66%
G=1.42%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200514800.980.260.2231695.1240.2
HexC85940621A1613c5f28
Octal31052240142322647413750
Binary11001000101100101000110001011010101101001111001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80594; }

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

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

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

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

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

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

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

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