#CA329A

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

Shades of Medium Red Violet #CA329A

Tints of Medium Red Violet #CA329A

Color information

#CA329A (or 0xCA329A) is unknown color: approx Medium Red Violet. HEX triplet: CA, 32 and 9A. RGB value is (202,50,154). Sum of RGB (Red+Green+Blue) = 202+50+154=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA329A is #35CD65. Grayscale: #6B6B6B. Windows color (decimal): -3525990 or 10105546. OLE color: 10105546.

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

Color convert

RGB20250154-
CMYK00.750.240.21
HSL318.95º60.32%49.41%-
HSV(B)318.95º75.25%79.22%-
XYZ31.3317.1732.23-
YUV107.3154.36195.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 50 (19.92% from 255) = 12.32%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=49.75%
G=12.32%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025015400.750.240.21318.9560.3249.41
HexCA329A04B181513f3c31
Octal31262232011330254777461
Binary1100101011001010011010010010111100010101100111111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA329A; }

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

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

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

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

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

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

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

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