#C7349B

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

Shades of Medium Red Violet #C7349B

Tints of Medium Red Violet #C7349B

Color information

#C7349B (or 0xC7349B) is unknown color: approx Medium Red Violet. HEX triplet: C7, 34 and 9B. RGB value is (199,52,155). Sum of RGB (Red+Green+Blue) = 199+52+155=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7349B is #38CB64. Grayscale: #6B6B6B. Windows color (decimal): -3722085 or 10171591. OLE color: 10171591.

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

Color convert

RGB19952155-
CMYK00.740.220.22
HSL317.96º58.57%49.22%-
HSV(B)317.96º73.87%78.04%-
XYZ30.716.9632.67-
YUV107.7154.7193.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.01%
GREEN value IS 52 (20.70% from 255) = 12.81%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=49.01%
G=12.81%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995215500.740.220.22317.9658.5749.22
HexC7349B04A161613e3b31
Octal30764233011226264767361
Binary1100011111010010011011010010101011010110100111110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7349B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7349B; }

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

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

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

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

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

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

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

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