#C128A4

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

Shades of Medium Red Violet #C128A4

Tints of Medium Red Violet #C128A4

Color information

#C128A4 (or 0xC128A4) is unknown color: approx Medium Red Violet. HEX triplet: C1, 28 and A4. RGB value is (193,40,164). Sum of RGB (Red+Green+Blue) = 193+40+164=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C128A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C128A4 is #3ED75B. Grayscale: #636363. Windows color (decimal): -4118364 or 10758337. OLE color: 10758337.

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

Color convert

RGB19340164-
CMYK00.790.150.24
HSL311.37º65.67%45.69%-
HSV(B)311.37º79.27%75.69%-
XYZ29.4515.5436.57-
YUV99.88164.19194.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 40 (16.02% from 255) = 10.08%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=48.61%
G=10.08%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934016400.790.150.24311.3765.6745.69
HexC128A404FF18137422e
Octal301502440117173046710256
Binary1100000110100010100100010011111111110001001101111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C128A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C128A4; }

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

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

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

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

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

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

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

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