#C6349A

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

Shades of Medium Red Violet #C6349A

Tints of Medium Red Violet #C6349A

Color information

#C6349A (or 0xC6349A) is unknown color: approx Medium Red Violet. HEX triplet: C6, 34 and 9A. RGB value is (198,52,154). Sum of RGB (Red+Green+Blue) = 198+52+154=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6349A is #39CB65. Grayscale: #6B6B6B. Windows color (decimal): -3787622 or 10106054. OLE color: 10106054.

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

Color convert

RGB19852154-
CMYK00.740.220.22
HSL318.08º58.4%49.02%-
HSV(B)318.08º73.74%77.65%-
XYZ30.3516.7932.21-
YUV107.28154.37192.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.01%
GREEN value IS 52 (20.70% from 255) = 12.87%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=49.01%
G=12.87%
B=38.12%

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
Decimal1985215400.740.220.22318.0858.449.02
HexC6349A04A161613e3a31
Octal30664232011226264767261
Binary1100011011010010011010010010101011010110100111110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6349A; }

 p { color: rgb(198,52,154); }

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

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

 a { background-color: rgb(198,52,154); }

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

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

 span { border-color: rgb(198,52,154); }

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