#c13888

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

Shades of Medium Red Violet #C13888

Tints of Medium Red Violet #C13888

Color information

#C13888 (or 0xC13888) is unknown color: approx Medium Red Violet. HEX triplet: C1, 38 and 88. RGB value is (193,56,136). Sum of RGB (Red+Green+Blue) = 193+56+136=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C13888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13888 is #3EC777. Grayscale: #696969. Windows color (decimal): -4114296 or 8927425. OLE color: 8927425.

HSL color Cylindrical-coordinate representation of color #C13888: hue angle of 324.96º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13888 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB19356136-
CMYK00.710.300.24
HSL324.96º55.02%48.82%-
HSV(B)324.96º70.98%75.69%-
XYZ27.8515.9424.9-
YUV106.08144.89190-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.13%
GREEN value IS 56 (22.27% from 255) = 14.55%
BLUE value IS 136 (53.52% from 255) = 35.32%
R=50.13%
G=14.55%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935613600.710.300.24324.9655.0248.82
HexC138880471E181453731
Octal30170210010736305056761
Binary1100000111100010001000010001111111011000101000101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13888; }

 p { color: rgb(193,56,136); }

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

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

 a { background-color: rgb(193,56,136); }

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

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

 span { border-color: rgb(193,56,136); }

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