#CA329D

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

Shades of Medium Red Violet #CA329D

Tints of Medium Red Violet #CA329D

Color information

#CA329D (or 0xCA329D) is unknown color: approx Medium Red Violet. HEX triplet: CA, 32 and 9D. RGB value is (202,50,157). Sum of RGB (Red+Green+Blue) = 202+50+157=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA329D is #35CD62. Grayscale: #6B6B6B. Windows color (decimal): -3525987 or 10302154. OLE color: 10302154.

HSL color Cylindrical-coordinate representation of color #CA329D: hue angle of 317.76º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA329D is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB20250157-
CMYK00.750.220.21
HSL317.76º60.32%49.41%-
HSV(B)317.76º75.25%79.22%-
XYZ31.5817.2733.57-
YUV107.65155.86195.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 50 (19.92% from 255) = 12.22%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=49.39%
G=12.22%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025015700.750.220.21317.7660.3249.41
HexCA329D04B161513e3c31
Octal31262235011326254767461
Binary1100101011001010011101010010111011010101100111110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA329D; }

 p { color: rgb(202,50,157); }

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

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

 a { background-color: rgb(202,50,157); }

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

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

 span { border-color: rgb(202,50,157); }

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