#C1389B

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

Shades of Medium Red Violet #C1389B

Tints of Medium Red Violet #C1389B

Color information

#C1389B (or 0xC1389B) is unknown color: approx Medium Red Violet. HEX triplet: C1, 38 and 9B. RGB value is (193,56,155). Sum of RGB (Red+Green+Blue) = 193+56+155=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1389B is #3EC764. Grayscale: #6B6B6B. Windows color (decimal): -4114277 or 10172609. OLE color: 10172609.

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

Color convert

RGB19356155-
CMYK00.710.200.24
HSL316.64º55.02%48.82%-
HSV(B)316.64º70.98%75.69%-
XYZ29.3216.5332.66-
YUV108.25154.39188.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.77%
GREEN value IS 56 (22.27% from 255) = 13.86%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=47.77%
G=13.86%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935615500.710.200.24316.6455.0248.82
HexC1389B047141813d3731
Octal30170233010724304756761
Binary1100000111100010011011010001111010011000100111101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1389B; }

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

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

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

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

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

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

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

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