#C13389

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

Shades of Medium Red Violet #C13389

Tints of Medium Red Violet #C13389

Color information

#C13389 (or 0xC13389) is unknown color: approx Medium Red Violet. HEX triplet: C1, 33 and 89. RGB value is (193,51,137). Sum of RGB (Red+Green+Blue) = 193+51+137=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C13389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13389 is #3ECC76. Grayscale: #676767. Windows color (decimal): -4115575 or 8991681. OLE color: 8991681.

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

Color convert

RGB19351137-
CMYK00.740.290.24
HSL323.66º58.2%47.84%-
HSV(B)323.66º73.58%75.69%-
XYZ27.6915.5125.2-
YUV103.26147.04192.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 51 (20.31% from 255) = 13.39%
BLUE value IS 137 (53.91% from 255) = 35.96%
R=50.66%
G=13.39%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935113700.740.290.24323.6658.247.84
HexC1338904A1D181443a30
Octal30163211011235305047260
Binary1100000111001110001001010010101110111000101000100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13389; }

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

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

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

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

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

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

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

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