#C8059B

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

Shades of Medium Violet Red #C8059B

Tints of Medium Violet Red #C8059B

Color information

#C8059B (or 0xC8059B) is unknown color: approx Medium Violet Red. HEX triplet: C8, 05 and 9B. RGB value is (200,5,155). Sum of RGB (Red+Green+Blue) = 200+5+155=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8059B is #37FA64. Grayscale: #505050. Windows color (decimal): -3668581 or 10159560. OLE color: 10159560.

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

Color convert

RGB2005155-
CMYK00.980.220.22
HSL313.85º95.12%40.2%-
HSV(B)313.85º97.5%78.43%-
XYZ29.7914.7532.29-
YUV80.4170.1213.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.56%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 155 (60.94% from 255) = 43.06%
R=55.56%
G=1.39%
B=43.06%

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
Decimal200515500.980.220.22313.8595.1240.2
HexC859B062161613a5f28
Octal31052330142262647213750
Binary11001000101100110110110001010110101101001110101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8059B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8059B; }

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

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

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

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

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

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

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

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