#C129AB

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

Shades of Medium Red Violet #C129AB

Tints of Medium Red Violet #C129AB

Color information

#C129AB (or 0xC129AB) is unknown color: approx Medium Red Violet. HEX triplet: C1, 29 and AB. RGB value is (193,41,171). Sum of RGB (Red+Green+Blue) = 193+41+171=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C129AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C129AB is #3ED654. Grayscale: #646464. Windows color (decimal): -4118101 or 11217345. OLE color: 11217345.

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

Color convert

RGB19341171-
CMYK00.790.110.24
HSL308.68º64.96%45.88%-
HSV(B)308.68º78.76%75.69%-
XYZ30.1415.8640-
YUV101.27167.36193.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.65%
GREEN value IS 41 (16.41% from 255) = 10.12%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=47.65%
G=10.12%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934117100.790.110.24308.6864.9645.88
HexC129AB04FB18135412e
Octal301512530117133046510156
Binary1100000110100110101011010011111011110001001101011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C129AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C129AB; }

 p { color: rgb(193,41,171); }

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

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

 a { background-color: rgb(193,41,171); }

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

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

 span { border-color: rgb(193,41,171); }

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