#C80593

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

Shades of Medium Violet Red #C80593

Tints of Medium Violet Red #C80593

Color information

#C80593 (or 0xC80593) is unknown color: approx Medium Violet Red. HEX triplet: C8, 05 and 93. RGB value is (200,5,147). Sum of RGB (Red+Green+Blue) = 200+5+147=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C80593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80593 is #37FA6C. Grayscale: #4F4F4F. Windows color (decimal): -3668589 or 9635272. OLE color: 9635272.

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

Color convert

RGB2005147-
CMYK00.980.260.22
HSL316.31º95.12%40.2%-
HSV(B)316.31º97.5%78.43%-
XYZ29.1414.4928.87-
YUV79.49166.1213.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.82%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=56.82%
G=1.42%
B=41.76%

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
Decimal200514700.980.260.22316.3195.1240.2
HexC85930621A1613c5f28
Octal31052230142322647413750
Binary11001000101100100110110001011010101101001111001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80593; }

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

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

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

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

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

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

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

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