#C13A89

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

Shades of Medium Red Violet #C13A89

Tints of Medium Red Violet #C13A89

Color information

#C13A89 (or 0xC13A89) is unknown color: approx Medium Red Violet. HEX triplet: C1, 3A and 89. RGB value is (193,58,137). Sum of RGB (Red+Green+Blue) = 193+58+137=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13A89 is #3EC576. Grayscale: #6B6B6B. Windows color (decimal): -4113783 or 8993473. OLE color: 8993473.

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

Color convert

RGB19358137-
CMYK00.700.290.24
HSL324.89º53.78%49.22%-
HSV(B)324.89º69.95%75.69%-
XYZ28.0216.1725.31-
YUV107.37144.73189.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.74%
GREEN value IS 58 (23.05% from 255) = 14.95%
BLUE value IS 137 (53.91% from 255) = 35.31%
R=49.74%
G=14.95%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935813700.700.290.24324.8953.7849.22
HexC13A890461D181453631
Octal30172211010635305056661
Binary1100000111101010001001010001101110111000101000101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13A89; }

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

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

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

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

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

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

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

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