#C13393

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

Shades of Medium Red Violet #C13393

Tints of Medium Red Violet #C13393

Color information

#C13393 (or 0xC13393) is unknown color: approx Medium Red Violet. HEX triplet: C1, 33 and 93. RGB value is (193,51,147). Sum of RGB (Red+Green+Blue) = 193+51+147=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C13393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13393 is #3ECC6C. Grayscale: #686868. Windows color (decimal): -4115565 or 9647041. OLE color: 9647041.

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

Color convert

RGB19351147-
CMYK00.740.240.24
HSL319.44º58.2%47.84%-
HSV(B)319.44º73.58%75.69%-
XYZ28.4415.8129.16-
YUV104.4152.04191.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 51 (20.31% from 255) = 13.04%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=49.36%
G=13.04%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935114700.740.240.24319.4458.247.84
HexC1339304A181813f3a30
Octal30163223011230304777260
Binary1100000111001110010011010010101100011000100111111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13393; }

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

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

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

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

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

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

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

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