#C029AA

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

Shades of Medium Red Violet #C029AA

Tints of Medium Red Violet #C029AA

Color information

#C029AA (or 0xC029AA) is unknown color: approx Medium Red Violet. HEX triplet: C0, 29 and AA. RGB value is (192,41,170). Sum of RGB (Red+Green+Blue) = 192+41+170=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C029AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C029AA is #3FD655. Grayscale: #646464. Windows color (decimal): -4183638 or 11151808. OLE color: 11151808.

HSL color Cylindrical-coordinate representation of color #C029AA: hue angle of 308.74º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C029AA is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB19241170-
CMYK00.790.110.25
HSL308.74º64.81%45.69%-
HSV(B)308.74º78.65%75.29%-
XYZ29.7915.6939.49-
YUV100.85167.03193.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.64%
GREEN value IS 41 (16.41% from 255) = 10.17%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=47.64%
G=10.17%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924117000.790.110.25308.7464.8145.69
HexC029AA04FB19135412e
Octal300512520117133146510156
Binary1100000010100110101010010011111011110011001101011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C029AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C029AA; }

 p { color: rgb(192,41,170); }

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

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

 a { background-color: rgb(192,41,170); }

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

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

 span { border-color: rgb(192,41,170); }

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