#C80B73

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

Shades of Medium Violet Red #C80B73

Tints of Medium Violet Red #C80B73

Color information

#C80B73 (or 0xC80B73) is unknown color: approx Medium Violet Red. HEX triplet: C8, 0B and 73. RGB value is (200,11,115). Sum of RGB (Red+Green+Blue) = 200+11+115=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80B73 is #37F48C. Grayscale: #4F4F4F. Windows color (decimal): -3667085 or 7539656. OLE color: 7539656.

HSL color Cylindrical-coordinate representation of color #C80B73: hue angle of 326.98º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B73 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB20011115-
CMYK00.940.420.22
HSL326.98º89.57%41.37%-
HSV(B)326.98º94.5%78.43%-
XYZ27.0313.7617.45-
YUV79.37148.12214.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.35%
GREEN value IS 11 (4.69% from 255) = 3.37%
BLUE value IS 115 (45.31% from 255) = 35.28%
R=61.35%
G=3.37%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001111500.940.420.22326.9889.5741.37
HexC8B7305E2A161475a29
Octal310131630136522650713251
Binary110010001011111001101011110101010101101010001111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80B73; }

 p { color: rgb(200,11,115); }

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

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

 a { background-color: rgb(200,11,115); }

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

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

 span { border-color: rgb(200,11,115); }

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