#C73080

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

Shades of Medium Red Violet #C73080

Tints of Medium Red Violet #C73080

Color information

#C73080 (or 0xC73080) is unknown color: approx Medium Red Violet. HEX triplet: C7, 30 and 80. RGB value is (199,48,128). Sum of RGB (Red+Green+Blue) = 199+48+128=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C73080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73080 is #38CF7F. Grayscale: #666666. Windows color (decimal): -3723136 or 8401095. OLE color: 8401095.

HSL color Cylindrical-coordinate representation of color #C73080: hue angle of 328.21º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73080 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB19948128-
CMYK00.760.360.22
HSL328.21º61.13%48.43%-
HSV(B)328.21º75.88%78.04%-
XYZ28.5115.8121.97-
YUV102.27142.53197-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.07%
GREEN value IS 48 (19.14% from 255) = 12.8%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=53.07%
G=12.8%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994812800.760.360.22328.2161.1348.43
HexC7308004C24161483d30
Octal30760200011444265107560
Binary11000111110000100000000100110010010010110101001000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73080; }

 p { color: rgb(199,48,128); }

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

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

 a { background-color: rgb(199,48,128); }

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

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

 span { border-color: rgb(199,48,128); }

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