#C7329C

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

Shades of Medium Red Violet #C7329C

Tints of Medium Red Violet #C7329C

Color information

#C7329C (or 0xC7329C) is unknown color: approx Medium Red Violet. HEX triplet: C7, 32 and 9C. RGB value is (199,50,156). Sum of RGB (Red+Green+Blue) = 199+50+156=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7329C is #38CD63. Grayscale: #6A6A6A. Windows color (decimal): -3722596 or 10236615. OLE color: 10236615.

HSL color Cylindrical-coordinate representation of color #C7329C: hue angle of 317.32º 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 #C7329C is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB19950156-
CMYK00.750.220.22
HSL317.32º59.84%48.82%-
HSV(B)317.32º74.87%78.04%-
XYZ30.6916.8233.08-
YUV106.64155.86193.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.14%
GREEN value IS 50 (19.92% from 255) = 12.35%
BLUE value IS 156 (61.33% from 255) = 38.52%
R=49.14%
G=12.35%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995015600.750.220.22317.3259.8448.82
HexC7329C04B161613d3c31
Octal30762234011326264757461
Binary1100011111001010011100010010111011010110100111101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7329C; }

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

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

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

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

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

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

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

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