#C73B83

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

Shades of Medium Red Violet #C73B83

Tints of Medium Red Violet #C73B83

Color information

#C73B83 (or 0xC73B83) is unknown color: approx Medium Red Violet. HEX triplet: C7, 3B and 83. RGB value is (199,59,131). Sum of RGB (Red+Green+Blue) = 199+59+131=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73B83 is #38C47C. Grayscale: #6C6C6C. Windows color (decimal): -3720317 or 8600519. OLE color: 8600519.

HSL color Cylindrical-coordinate representation of color #C73B83: hue angle of 329.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73B83 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB19959131-
CMYK00.700.340.22
HSL329.14º55.56%50.59%-
HSV(B)329.14º70.35%78.04%-
XYZ29.2116.9123.2-
YUV109.07140.38192.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.16%
GREEN value IS 59 (23.44% from 255) = 15.17%
BLUE value IS 131 (51.56% from 255) = 33.68%
R=51.16%
G=15.17%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995913100.700.340.22329.1455.5650.59
HexC73B8304622161493833
Octal30773203010642265117063
Binary11000111111011100000110100011010001010110101001001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73B83; }

 p { color: rgb(199,59,131); }

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

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

 a { background-color: rgb(199,59,131); }

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

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

 span { border-color: rgb(199,59,131); }

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