#c1358d

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

Shades of Medium Red Violet #C1358D

Tints of Medium Red Violet #C1358D

Color information

#C1358D (or 0xC1358D) is unknown color: approx Medium Red Violet. HEX triplet: C1, 35 and 8D. RGB value is (193,53,141). Sum of RGB (Red+Green+Blue) = 193+53+141=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1358D is #3ECA72. Grayscale: #686868. Windows color (decimal): -4115059 or 9254337. OLE color: 9254337.

HSL color Cylindrical-coordinate representation of color #C1358D: hue angle of 322.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1358D is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB19353141-
CMYK00.730.270.24
HSL322.29º56.91%48.24%-
HSV(B)322.29º72.54%75.69%-
XYZ28.0715.8126.77-
YUV104.89148.38190.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.87%
GREEN value IS 53 (21.09% from 255) = 13.70%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=49.87%
G=13.70%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935314100.730.270.24322.2956.9148.24
HexC1358D0491B181423930
Octal30165215011133305027160
Binary1100000111010110001101010010011101111000101000010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1358d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1358d; }

 p { color: rgb(193,53,141); }

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

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

 a { background-color: rgb(193,53,141); }

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

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

 span { border-color: rgb(193,53,141); }

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