#CA329E

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

Shades of Medium Red Violet #CA329E

Tints of Medium Red Violet #CA329E

Color information

#CA329E (or 0xCA329E) is unknown color: approx Medium Red Violet. HEX triplet: CA, 32 and 9E. RGB value is (202,50,158). Sum of RGB (Red+Green+Blue) = 202+50+158=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA329E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA329E is #35CD61. Grayscale: #6B6B6B. Windows color (decimal): -3525986 or 10367690. OLE color: 10367690.

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

Color convert

RGB20250158-
CMYK00.750.220.21
HSL317.37º60.32%49.41%-
HSV(B)317.37º75.25%79.22%-
XYZ31.6717.3134.02-
YUV107.76156.36195.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 50 (19.92% from 255) = 12.20%
BLUE value IS 158 (62.11% from 255) = 38.54%
R=49.27%
G=12.20%
B=38.54%

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
Decimal2025015800.750.220.21317.3760.3249.41
HexCA329E04B161513d3c31
Octal31262236011326254757461
Binary1100101011001010011110010010111011010101100111101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA329E; }

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

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

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

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

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

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

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

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