#CA29A9

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

Shades of Medium Red Violet #CA29A9

Tints of Medium Red Violet #CA29A9

Color information

#CA29A9 (or 0xCA29A9) is unknown color: approx Medium Red Violet. HEX triplet: CA, 29 and A9. RGB value is (202,41,169). Sum of RGB (Red+Green+Blue) = 202+41+169=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA29A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA29A9 is #35D656. Grayscale: #676767. Windows color (decimal): -3528279 or 11086282. OLE color: 11086282.

HSL color Cylindrical-coordinate representation of color #CA29A9: hue angle of 312.3º 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 #CA29A9 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB20241169-
CMYK00.800.160.21
HSL312.3º66.26%47.65%-
HSV(B)312.3º79.7%79.22%-
XYZ32.3117.0139.12-
YUV103.73164.84198.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 41 (16.41% from 255) = 9.95%
BLUE value IS 169 (66.41% from 255) = 41.02%
R=49.03%
G=9.95%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024116900.800.160.21312.366.2647.65
HexCA29A905010151384230
Octal312512510120202547010260
Binary11001010101001101010010101000010000101011001110001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA29A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA29A9; }

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

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

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

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

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

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

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

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