#C128A0

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

Shades of Medium Red Violet #C128A0

Tints of Medium Red Violet #C128A0

Color information

#C128A0 (or 0xC128A0) is unknown color: approx Medium Red Violet. HEX triplet: C1, 28 and A0. RGB value is (193,40,160). Sum of RGB (Red+Green+Blue) = 193+40+160=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C128A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C128A0 is #3ED75F. Grayscale: #636363. Windows color (decimal): -4118368 or 10496193. OLE color: 10496193.

HSL color Cylindrical-coordinate representation of color #C128A0: hue angle of 312.94º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C128A0 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB19340160-
CMYK00.790.170.24
HSL312.94º65.67%45.69%-
HSV(B)312.94º79.27%75.69%-
XYZ29.115.3934.7-
YUV99.43162.19194.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.11%
GREEN value IS 40 (16.02% from 255) = 10.18%
BLUE value IS 160 (62.89% from 255) = 40.71%
R=49.11%
G=10.18%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934016000.790.170.24312.9465.6745.69
HexC128A004F1118139422e
Octal301502400117213047110256
Binary11000001101000101000000100111110001110001001110011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C128A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C128A0; }

 p { color: rgb(193,40,160); }

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

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

 a { background-color: rgb(193,40,160); }

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

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

 span { border-color: rgb(193,40,160); }

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