#C139A5

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

Shades of Medium Red Violet #C139A5

Tints of Medium Red Violet #C139A5

Color information

#C139A5 (or 0xC139A5) is unknown color: approx Medium Red Violet. HEX triplet: C1, 39 and A5. RGB value is (193,57,165). Sum of RGB (Red+Green+Blue) = 193+57+165=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C139A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C139A5 is #3EC65A. Grayscale: #6D6D6D. Windows color (decimal): -4114011 or 10828225. OLE color: 10828225.

HSL color Cylindrical-coordinate representation of color #C139A5: hue angle of 312.35º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C139A5 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19357165-
CMYK00.700.150.24
HSL312.35º54.4%49.02%-
HSV(B)312.35º70.47%75.69%-
XYZ30.2516.9837.28-
YUV109.98159.06187.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.51%
GREEN value IS 57 (22.66% from 255) = 13.73%
BLUE value IS 165 (64.84% from 255) = 39.76%
R=46.51%
G=13.73%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935716500.700.150.24312.3554.449.02
HexC139A5046F181383631
Octal30171245010617304706661
Binary110000011110011010010101000110111111000100111000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C139A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C139A5; }

 p { color: rgb(193,57,165); }

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

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

 a { background-color: rgb(193,57,165); }

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

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

 span { border-color: rgb(193,57,165); }

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