#C5349A

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

Shades of Medium Red Violet #C5349A

Tints of Medium Red Violet #C5349A

Color information

#C5349A (or 0xC5349A) is unknown color: approx Medium Red Violet. HEX triplet: C5, 34 and 9A. RGB value is (197,52,154). Sum of RGB (Red+Green+Blue) = 197+52+154=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5349A is #3ACB65. Grayscale: #6A6A6A. Windows color (decimal): -3853158 or 10106053. OLE color: 10106053.

HSL color Cylindrical-coordinate representation of color #C5349A: hue angle of 317.79º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5349A is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB19752154-
CMYK00.740.220.23
HSL317.79º58.23%48.82%-
HSV(B)317.79º73.6%77.25%-
XYZ30.0916.6632.2-
YUV106.98154.54192.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.88%
GREEN value IS 52 (20.70% from 255) = 12.90%
BLUE value IS 154 (60.55% from 255) = 38.21%
R=48.88%
G=12.90%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975215400.740.220.23317.7958.2348.82
HexC5349A04A161713e3a31
Octal30564232011226274767261
Binary1100010111010010011010010010101011010111100111110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5349A; }

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

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

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

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

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

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

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

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