#c13a82

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

Shades of Medium Red Violet #C13A82

Tints of Medium Red Violet #C13A82

Color information

#C13A82 (or 0xC13A82) is unknown color: approx Medium Red Violet. HEX triplet: C1, 3A and 82. RGB value is (193,58,130). Sum of RGB (Red+Green+Blue) = 193+58+130=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13A82 is #3EC57D. Grayscale: #6A6A6A. Windows color (decimal): -4113790 or 8534721. OLE color: 8534721.

HSL color Cylindrical-coordinate representation of color #C13A82: hue angle of 328º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A82 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB19358130-
CMYK00.700.330.24
HSL328º53.78%49.22%-
HSV(B)328º69.95%75.69%-
XYZ27.5315.9822.75-
YUV106.57141.23189.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 58 (23.05% from 255) = 15.22%
BLUE value IS 130 (51.17% from 255) = 34.12%
R=50.66%
G=15.22%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935813000.700.330.2432853.7849.22
HexC13A8204621181483631
Octal30172202010641305106661
Binary11000001111010100000100100011010000111000101001000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13a82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13a82; }

 p { color: rgb(193,58,130); }

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

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

 a { background-color: rgb(193,58,130); }

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

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

 span { border-color: rgb(193,58,130); }

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