#C13A87

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

Shades of Medium Red Violet #C13A87

Tints of Medium Red Violet #C13A87

Color information

#C13A87 (or 0xC13A87) is unknown color: approx Medium Red Violet. HEX triplet: C1, 3A and 87. RGB value is (193,58,135). Sum of RGB (Red+Green+Blue) = 193+58+135=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13A87 is #3EC578. Grayscale: #6A6A6A. Windows color (decimal): -4113785 or 8862401. OLE color: 8862401.

HSL color Cylindrical-coordinate representation of color #C13A87: hue angle of 325.78º 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 #C13A87 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB19358135-
CMYK00.700.300.24
HSL325.78º53.78%49.22%-
HSV(B)325.78º69.95%75.69%-
XYZ27.8816.1124.56-
YUV107.14143.73189.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 15.03%
BLUE value IS 135 (53.12% from 255) = 34.97%
R=50%
G=15.03%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935813500.700.300.24325.7853.7849.22
HexC13A870461E181463631
Octal30172207010636305066661
Binary1100000111101010000111010001101111011000101000110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13A87; }

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

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

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

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

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

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

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

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