#C13981

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

Shades of Medium Red Violet #C13981

Tints of Medium Red Violet #C13981

Color information

#C13981 (or 0xC13981) is unknown color: approx Medium Red Violet. HEX triplet: C1, 39 and 81. RGB value is (193,57,129). Sum of RGB (Red+Green+Blue) = 193+57+129=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C13981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13981 is #3EC67E. Grayscale: #696969. Windows color (decimal): -4114047 or 8468929. OLE color: 8468929.

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

Color convert

RGB19357129-
CMYK00.700.330.24
HSL328.24º54.4%49.02%-
HSV(B)328.24º70.47%75.69%-
XYZ27.4215.8522.38-
YUV105.87141.06190.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.92%
GREEN value IS 57 (22.66% from 255) = 15.04%
BLUE value IS 129 (50.78% from 255) = 34.04%
R=50.92%
G=15.04%
B=34.04%

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
Decimal1935712900.700.330.24328.2454.449.02
HexC1398104621181483631
Octal30171201010641305106661
Binary11000001111001100000010100011010000111000101001000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13981; }

 p { color: rgb(193,57,129); }

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

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

 a { background-color: rgb(193,57,129); }

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

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

 span { border-color: rgb(193,57,129); }

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