#C7329B

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

Shades of Medium Red Violet #C7329B

Tints of Medium Red Violet #C7329B

Color information

#C7329B (or 0xC7329B) is unknown color: approx Medium Red Violet. HEX triplet: C7, 32 and 9B. RGB value is (199,50,155). Sum of RGB (Red+Green+Blue) = 199+50+155=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7329B is #38CD64. Grayscale: #6A6A6A. Windows color (decimal): -3722597 or 10171079. OLE color: 10171079.

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

Color convert

RGB19950155-
CMYK00.750.220.22
HSL317.72º59.84%48.82%-
HSV(B)317.72º74.87%78.04%-
XYZ30.6116.7932.64-
YUV106.52155.36193.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.26%
GREEN value IS 50 (19.92% from 255) = 12.38%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=49.26%
G=12.38%
B=38.37%

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
Decimal1995015500.750.220.22317.7259.8448.82
HexC7329B04B161613e3c31
Octal30762233011326264767461
Binary1100011111001010011011010010111011010110100111110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7329B; }

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

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

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

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

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

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

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

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