#C73296

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

Shades of Medium Red Violet #C73296

Tints of Medium Red Violet #C73296

Color information

#C73296 (or 0xC73296) is unknown color: approx Medium Red Violet. HEX triplet: C7, 32 and 96. RGB value is (199,50,150). Sum of RGB (Red+Green+Blue) = 199+50+150=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C73296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73296 is #38CD69. Grayscale: #696969. Windows color (decimal): -3722602 or 9843399. OLE color: 9843399.

HSL color Cylindrical-coordinate representation of color #C73296: hue angle of 319.73º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73296 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB19950150-
CMYK00.750.250.22
HSL319.73º59.84%48.82%-
HSV(B)319.73º74.87%78.04%-
XYZ30.216.6330.47-
YUV105.95152.86194.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.87%
GREEN value IS 50 (19.92% from 255) = 12.53%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=49.87%
G=12.53%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995015000.750.250.22319.7359.8448.82
HexC7329604B19161403c31
Octal30762226011331265007461
Binary1100011111001010010110010010111100110110101000000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73296; }

 p { color: rgb(199,50,150); }

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

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

 a { background-color: rgb(199,50,150); }

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

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

 span { border-color: rgb(199,50,150); }

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