#C73395

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

Shades of Medium Red Violet #C73395

Tints of Medium Red Violet #C73395

Color information

#C73395 (or 0xC73395) is unknown color: approx Medium Red Violet. HEX triplet: C7, 33 and 95. RGB value is (199,51,149). Sum of RGB (Red+Green+Blue) = 199+51+149=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C73395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73395 is #38CC6A. Grayscale: #6A6A6A. Windows color (decimal): -3722347 or 9778119. OLE color: 9778119.

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

Color convert

RGB19951149-
CMYK00.740.250.22
HSL320.27º59.2%49.02%-
HSV(B)320.27º74.37%78.04%-
XYZ30.1616.6830.06-
YUV106.42152.03194.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.87%
GREEN value IS 51 (20.31% from 255) = 12.78%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=49.87%
G=12.78%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995114900.740.250.22320.2759.249.02
HexC7339504A19161403b31
Octal30763225011231265007361
Binary1100011111001110010101010010101100110110101000000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73395; }

 p { color: rgb(199,51,149); }

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

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

 a { background-color: rgb(199,51,149); }

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

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

 span { border-color: rgb(199,51,149); }

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