#C7347C

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

Shades of Medium Red Violet #C7347C

Tints of Medium Red Violet #C7347C

Color information

#C7347C (or 0xC7347C) is unknown color: approx Medium Red Violet. HEX triplet: C7, 34 and 7C. RGB value is (199,52,124). Sum of RGB (Red+Green+Blue) = 199+52+124=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7347C is #38CB83. Grayscale: #686868. Windows color (decimal): -3722116 or 8139975. OLE color: 8139975.

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

Color convert

RGB19952124-
CMYK00.740.380.22
HSL330.61º58.57%49.22%-
HSV(B)330.61º73.87%78.04%-
XYZ28.4216.0520.67-
YUV104.16139.2195.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.07%
GREEN value IS 52 (20.70% from 255) = 13.87%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=53.07%
G=13.87%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995212400.740.380.22330.6158.5749.22
HexC7347C04A261614b3b31
Octal30764174011246265137361
Binary1100011111010011111000100101010011010110101001011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7347C; }

 p { color: rgb(199,52,124); }

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

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

 a { background-color: rgb(199,52,124); }

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

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

 span { border-color: rgb(199,52,124); }

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