#CA29AE

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

Shades of Medium Red Violet #CA29AE

Tints of Medium Red Violet #CA29AE

Color information

#CA29AE (or 0xCA29AE) is unknown color: approx Medium Red Violet. HEX triplet: CA, 29 and AE. RGB value is (202,41,174). Sum of RGB (Red+Green+Blue) = 202+41+174=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA29AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA29AE is #35D651. Grayscale: #676767. Windows color (decimal): -3528274 or 11413962. OLE color: 11413962.

HSL color Cylindrical-coordinate representation of color #CA29AE: hue angle of 310.43º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA29AE is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB20241174-
CMYK00.800.140.21
HSL310.43º66.26%47.65%-
HSV(B)310.43º79.7%79.22%-
XYZ32.7917.241.64-
YUV104.3167.34197.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 41 (16.41% from 255) = 9.83%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=48.44%
G=9.83%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024117400.800.140.21310.4366.2647.65
HexCA29AE050E151364230
Octal312512560120162546610260
Binary1100101010100110101110010100001110101011001101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA29AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA29AE; }

 p { color: rgb(202,41,174); }

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

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

 a { background-color: rgb(202,41,174); }

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

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

 span { border-color: rgb(202,41,174); }

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