#C13386

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

Shades of Medium Red Violet #C13386

Tints of Medium Red Violet #C13386

Color information

#C13386 (or 0xC13386) is unknown color: approx Medium Red Violet. HEX triplet: C1, 33 and 86. RGB value is (193,51,134). Sum of RGB (Red+Green+Blue) = 193+51+134=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C13386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13386 is #3ECC79. Grayscale: #666666. Windows color (decimal): -4115578 or 8795073. OLE color: 8795073.

HSL color Cylindrical-coordinate representation of color #C13386: hue angle of 324.93º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13386 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB19351134-
CMYK00.740.310.24
HSL324.93º58.2%47.84%-
HSV(B)324.93º73.58%75.69%-
XYZ27.4815.4324.08-
YUV102.92145.54192.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.06%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 134 (52.73% from 255) = 35.45%
R=51.06%
G=13.49%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935113400.740.310.24324.9358.247.84
HexC1338604A1F181453a30
Octal30163206011237305057260
Binary1100000111001110000110010010101111111000101000101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13386; }

 p { color: rgb(193,51,134); }

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

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

 a { background-color: rgb(193,51,134); }

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

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

 span { border-color: rgb(193,51,134); }

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