#C8059A

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

Shades of Medium Violet Red #C8059A

Tints of Medium Violet Red #C8059A

Color information

#C8059A (or 0xC8059A) is unknown color: approx Medium Violet Red. HEX triplet: C8, 05 and 9A. RGB value is (200,5,154). Sum of RGB (Red+Green+Blue) = 200+5+154=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C8059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8059A is #37FA65. Grayscale: #4F4F4F. Windows color (decimal): -3668582 or 10094024. OLE color: 10094024.

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

Color convert

RGB2005154-
CMYK00.980.230.22
HSL314.15º95.12%40.2%-
HSV(B)314.15º97.5%78.43%-
XYZ29.7114.7231.85-
YUV80.29169.6213.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.71%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 154 (60.55% from 255) = 42.90%
R=55.71%
G=1.39%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200515400.980.230.22314.1595.1240.2
HexC859A062171613a5f28
Octal31052320142272647213750
Binary11001000101100110100110001010111101101001110101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8059A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8059A; }

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

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

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

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

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

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

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

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