#C8059C

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

Shades of Medium Violet Red #C8059C

Tints of Medium Violet Red #C8059C

Color information

#C8059C (or 0xC8059C) is unknown color: approx Medium Violet Red. HEX triplet: C8, 05 and 9C. RGB value is (200,5,156). Sum of RGB (Red+Green+Blue) = 200+5+156=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C8059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8059C is #37FA63. Grayscale: #505050. Windows color (decimal): -3668580 or 10225096. OLE color: 10225096.

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

Color convert

RGB2005156-
CMYK00.980.220.22
HSL313.54º95.12%40.2%-
HSV(B)313.54º97.5%78.43%-
XYZ29.8714.7932.73-
YUV80.52170.6213.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.40%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 156 (61.33% from 255) = 43.21%
R=55.40%
G=1.39%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200515600.980.220.22313.5495.1240.2
HexC859C062161613a5f28
Octal31052340142262647213750
Binary11001000101100111000110001010110101101001110101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8059C; }

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

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

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

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

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

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

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

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