#c13a9b

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

Shades of Medium Red Violet #C13A9B

Tints of Medium Red Violet #C13A9B

Color information

#C13A9B (or 0xC13A9B) is unknown color: approx Medium Red Violet. HEX triplet: C1, 3A and 9B. RGB value is (193,58,155). Sum of RGB (Red+Green+Blue) = 193+58+155=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13A9B is #3EC564. Grayscale: #6D6D6D. Windows color (decimal): -4113765 or 10173121. OLE color: 10173121.

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

Color convert

RGB19358155-
CMYK00.700.200.24
HSL316.89º53.78%49.22%-
HSV(B)316.89º69.95%75.69%-
XYZ29.4216.7332.69-
YUV109.42153.73187.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.54%
GREEN value IS 58 (23.05% from 255) = 14.29%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=47.54%
G=14.29%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935815500.700.200.24316.8953.7849.22
HexC13A9B046141813d3631
Octal30172233010624304756661
Binary1100000111101010011011010001101010011000100111101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13a9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13a9b; }

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

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

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

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

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

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

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

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