#C80375

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

Shades of Medium Violet Red #C80375

Tints of Medium Violet Red #C80375

Color information

#C80375 (or 0xC80375) is unknown color: approx Medium Violet Red. HEX triplet: C8, 03 and 75. RGB value is (200,3,117). Sum of RGB (Red+Green+Blue) = 200+3+117=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C80375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80375 is #37FC8A. Grayscale: #4A4A4A. Windows color (decimal): -3669131 or 7668680. OLE color: 7668680.

HSL color Cylindrical-coordinate representation of color #C80375: hue angle of 325.28º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80375 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB2003117-
CMYK00.980.420.22
HSL325.28º97.04%39.8%-
HSV(B)325.28º98.5%78.43%-
XYZ27.0613.6318.03-
YUV74.9151.77217.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.5%
GREEN value IS 3 (1.56% from 255) = 0.94%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=62.5%
G=0.94%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200311700.980.420.22325.2897.0439.8
HexC83750622A161456128
Octal31031650142522650514150
Binary1100100011111010101100010101010101101010001011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80375; }

 p { color: rgb(200,3,117); }

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

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

 a { background-color: rgb(200,3,117); }

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

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

 span { border-color: rgb(200,3,117); }

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